Skip to content
Snippets Groups Projects
Commit 3bdd271b authored by Yang Li's avatar Yang Li Committed by Richard Weinberger
Browse files

um: Remove duplicated include in syscalls_64.c


Fix following includecheck warning:
./arch/x86/um/syscalls_64.c: registers.h is included more than once.

Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Fixes: dbba7f70 ("um: stop polluting the namespace with registers.h contents")
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 0d7e879d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,6 @@
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <registers.h>
#include <os.h>
#include <registers.h>
long arch_prctl(struct task_struct *task, int option,
unsigned long __user *arg2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment