diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 | /* |