forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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 */