hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/sh/include/asm/syscall.h
....@@ -4,10 +4,6 @@
44
55 extern const unsigned long sys_call_table[];
66
7
-#ifdef CONFIG_SUPERH32
8
-# include <asm/syscall_32.h>
9
-#else
10
-# include <asm/syscall_64.h>
11
-#endif
7
+#include <asm/syscall_32.h>
128
139 #endif /* __ASM_SH_SYSCALL_H */