]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/sunrpc/xprt.h
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
[thirdparty/linux.git] / include / linux / sunrpc / xprt.h
index ccd35cf4fc41a9e9fea4d91b9d4df0ed036be2e6..e64bd8222f5508223ef5079f59c29a6eba34144f 100644 (file)
@@ -19,8 +19,6 @@
 #include <linux/sunrpc/xdr.h>
 #include <linux/sunrpc/msg_prot.h>
 
-#ifdef __KERNEL__
-
 #define RPC_MIN_SLOT_TABLE     (2U)
 #define RPC_DEF_SLOT_TABLE     (16U)
 #define RPC_MAX_SLOT_TABLE_LIMIT       (65536U)
@@ -506,6 +504,4 @@ static inline void xprt_inject_disconnect(struct rpc_xprt *xprt)
 }
 #endif
 
-#endif /* __KERNEL__*/
-
 #endif /* _LINUX_SUNRPC_XPRT_H */