kernel/include/linux/sunrpc/svcauth_gss.h
.. .. @@ -9,7 +9,6 @@ 9 9 #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H 10 10 #define _LINUX_SUNRPC_SVCAUTH_GSS_H 11 11 12 -#ifdef __KERNEL__13 12 #include <linux/sched.h> 14 13 #include <linux/sunrpc/types.h> 15 14 #include <linux/sunrpc/xdr.h> .. .. @@ -25,5 +24,4 @@ 25 24 char *name); 26 25 u32 svcauth_gss_flavor(struct auth_domain *dom); 27 26 28 -#endif /* __KERNEL__ */29 27 #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */