forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/arch/sh/include/asm/syscalls_32.h
....@@ -2,8 +2,6 @@
22 #ifndef __ASM_SH_SYSCALLS_32_H
33 #define __ASM_SH_SYSCALLS_32_H
44
5
-#ifdef __KERNEL__
6
-
75 #include <linux/compiler.h>
86 #include <linux/linkage.h>
97 #include <linux/types.h>
....@@ -26,5 +24,4 @@
2624 asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0,
2725 unsigned long thread_info_flags);
2826
29
-#endif /* __KERNEL__ */
3027 #endif /* __ASM_SH_SYSCALLS_32_H */