]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/sunrpc/clnt.h
Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux
[thirdparty/linux.git] / include / linux / sunrpc / clnt.h
index ec52e78d432baeb72d820aa16076cc1e8cb17681..ca7e108248e211208c0d2317b3b28cbd8394660f 100644 (file)
@@ -109,8 +109,6 @@ struct rpc_procinfo {
        const char *            p_name;         /* name of procedure */
 };
 
-#ifdef __KERNEL__
-
 struct rpc_create_args {
        struct net              *net;
        int                     protocol;
@@ -238,5 +236,4 @@ static inline int rpc_reply_expected(struct rpc_task *task)
                (task->tk_msg.rpc_proc->p_decode != NULL);
 }
 
-#endif /* __KERNEL__ */
 #endif /* _LINUX_SUNRPC_CLNT_H */