hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 */