forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 */