From 088f13c7b0978cbd18c4d544f9538df4598067b1 Mon Sep 17 00:00:00 2001 From: Yang Li Date: Fri, 24 Dec 2021 10:42:23 +0800 Subject: [PATCH] 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 Fixes: 029555941f15 ("um: stop polluting the namespace with registers.h contents") Signed-off-by: Yang Li Signed-off-by: Richard Weinberger --- arch/x86/um/syscalls_64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/um/syscalls_64.c b/arch/x86/um/syscalls_64.c index fe5323f0c42da..27b29ae6c471b 100644 --- a/arch/x86/um/syscalls_64.c +++ b/arch/x86/um/syscalls_64.c @@ -12,7 +12,6 @@ #include /* XXX This should get the constants from libc */ #include #include -#include long arch_prctl(struct task_struct *task, int option, unsigned long __user *arg2) -- 2.39.5