kernel/arch/sh/include/asm/syscalls_32.h
.. .. @@ -2,8 +2,6 @@ 2 2 #ifndef __ASM_SH_SYSCALLS_32_H 3 3 #define __ASM_SH_SYSCALLS_32_H 4 4 5 -#ifdef __KERNEL__6 -7 5 #include <linux/compiler.h> 8 6 #include <linux/linkage.h> 9 7 #include <linux/types.h> .. .. @@ -26,5 +24,4 @@ 26 24 asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0, 27 25 unsigned long thread_info_flags); 28 26 29 -#endif /* __KERNEL__ */30 27 #endif /* __ASM_SH_SYSCALLS_32_H */