forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/sh/include/asm/traps.h
....@@ -4,11 +4,7 @@
44
55 #include <linux/compiler.h>
66
7
-#ifdef CONFIG_SUPERH32
87 # include <asm/traps_32.h>
9
-#else
10
-# include <asm/traps_64.h>
11
-#endif
128
139 BUILD_TRAP_HANDLER(address_error);
1410 BUILD_TRAP_HANDLER(debug);