forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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);