forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 */