forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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 */