hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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 */