summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2025-03-31 16:31:50 +0800
committerJohannes Berg <johannes.berg@intel.com>2025-05-05 10:24:37 +0200
commit82c8e1280c74f80fbacb9efbba6dd7b23446e536 (patch)
treecdb1f0dab2011c470d99f74b125bb6f255d71cc5
parent674d03f6bd6b0f8327f1a4920ff5893557facfbd (diff)
um: Remove duplicate arch.h header
./arch/um/kernel/trap.c: arch.h is included more than once. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19877 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://patch.msgid.link/20250331083150.72598-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--arch/um/kernel/trap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/kernel/trap.c b/arch/um/kernel/trap.c
index ce073150dc20..39820bde49e6 100644
--- a/arch/um/kernel/trap.c
+++ b/arch/um/kernel/trap.c
@@ -16,7 +16,6 @@
#include <kern_util.h>
#include <os.h>
#include <skas.h>
-#include <arch.h>
/*
* Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by