kernel/arch/sh/include/asm/traps.h
.. .. @@ -4,11 +4,7 @@ 4 4 5 5 #include <linux/compiler.h> 6 6 7 -#ifdef CONFIG_SUPERH328 7 # include <asm/traps_32.h> 9 -#else10 -# include <asm/traps_64.h>11 -#endif12 8 13 9 BUILD_TRAP_HANDLER(address_error); 14 10 BUILD_TRAP_HANDLER(debug);