diff options
author | Christoph Hellwig <hch@lst.de> | 2019-11-12 18:34:22 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2019-11-12 19:43:29 +0300 |
commit | d05a0201969045f4c488f7cf1d024089949a68b6 (patch) | |
tree | 90b33c58769b4c1162c107420a619ba40e7e1279 /include/linux/sunrpc/clnt.h | |
parent | 581ae686f269194de975fd3385b881fe622a24ab (diff) | |
download | linux-d05a0201969045f4c488f7cf1d024089949a68b6.tar.xz |
sunrpc: remove __KERNEL__ ifdefs
Remove the __KERNEL__ ifdefs from the non-UAPI sunrpc headers,
as those can't be included from user space programs.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index abc63bd1be2b..64bffcb7142b 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -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; @@ -237,5 +235,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 */ |