diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 7817ba82f1b2..f6d1d646ce05 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -91,13 +91,6 @@ struct rpc_procinfo { | |||
91 | 91 | ||
92 | #ifdef __KERNEL__ | 92 | #ifdef __KERNEL__ |
93 | 93 | ||
94 | struct rpc_clnt *rpc_create_client(struct rpc_xprt *xprt, char *servname, | ||
95 | struct rpc_program *info, | ||
96 | u32 version, rpc_authflavor_t authflavor); | ||
97 | struct rpc_clnt *rpc_new_client(struct rpc_xprt *xprt, char *servname, | ||
98 | struct rpc_program *info, | ||
99 | u32 version, rpc_authflavor_t authflavor); | ||
100 | |||
101 | struct rpc_create_args { | 94 | struct rpc_create_args { |
102 | int protocol; | 95 | int protocol; |
103 | struct sockaddr *address; | 96 | struct sockaddr *address; |