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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,6 @@
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <registers.h>
#include <registers.h>
#include <os.h>
#include <os.h>
#include <registers.h>


long arch_prctl(struct task_struct *task, int option,
long arch_prctl(struct task_struct *task, int option,
		unsigned long __user *arg2)
		unsigned long __user *arg2)