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: Abaci Robot <abaci@linux.alibaba.com> Fixes: dbba7f704aa0 ("um: stop polluting the namespace with registers.h contents") Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
0d7e879d8f
commit
3bdd271bc8
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user