diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 7 | ||||
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
2 files changed, 0 insertions, 8 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; |
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index bc80fcfdd892..de4efea7c856 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -231,7 +231,6 @@ struct rpc_xprt { | |||
231 | /* | 231 | /* |
232 | * Transport operations used by ULPs | 232 | * Transport operations used by ULPs |
233 | */ | 233 | */ |
234 | struct rpc_xprt * xprt_create_proto(int proto, struct sockaddr_in *addr, struct rpc_timeout *to); | ||
235 | void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long incr); | 234 | void xprt_set_timeout(struct rpc_timeout *to, unsigned int retr, unsigned long incr); |
236 | 235 | ||
237 | /* | 236 | /* |