kernel/arch/sh/include/asm/syscall.h
.. .. @@ -4,10 +4,6 @@ 4 4 5 5 extern const unsigned long sys_call_table[]; 6 6 7 -#ifdef CONFIG_SUPERH328 -# include <asm/syscall_32.h>9 -#else10 -# include <asm/syscall_64.h>11 -#endif7 +#include <asm/syscall_32.h>12 8 13 9 #endif /* __ASM_SH_SYSCALL_H */