From: Jiapeng Chong Date: Mon, 31 Mar 2025 08:31:50 +0000 (+0800) Subject: um: Remove duplicate arch.h header X-Git-Tag: v6.16-rc1~38^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82c8e1280c74f80fbacb9efbba6dd7b23446e536;p=thirdparty%2Fkernel%2Fstable.git um: Remove duplicate arch.h header ./arch/um/kernel/trap.c: arch.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19877 Signed-off-by: Jiapeng Chong Link: https://patch.msgid.link/20250331083150.72598-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Johannes Berg --- diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c index ce073150dc20a..39820bde49e63 100644 --- a/arch/um/kernel/trap.c +++ b/arch/um/kernel/trap.c @@ -16,7 +16,6 @@ #include #include #include -#include /* * Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by