Skip to content

Commit 3bdd271

Browse files
Yang Lirichardweinberger
authored andcommitted
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: dbba7f7 ("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>
1 parent 0d7e879 commit 3bdd271

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/x86/um/syscalls_64.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <asm/prctl.h> /* XXX This should get the constants from libc */
1313
#include <registers.h>
1414
#include <os.h>
15-
#include <registers.h>
1615

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

0 commit comments

Comments
 (0)