hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/sunrpc/svcauth_gss.h
....@@ -9,7 +9,6 @@
99 #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H
1010 #define _LINUX_SUNRPC_SVCAUTH_GSS_H
1111
12
-#ifdef __KERNEL__
1312 #include <linux/sched.h>
1413 #include <linux/sunrpc/types.h>
1514 #include <linux/sunrpc/xdr.h>
....@@ -25,5 +24,4 @@
2524 char *name);
2625 u32 svcauth_gss_flavor(struct auth_domain *dom);
2726
28
-#endif /* __KERNEL__ */
2927 #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */