diff options
Diffstat (limited to 'include/linux/sunrpc/clnt.h')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 71c237e8240e..ed761f751ecb 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -179,7 +179,6 @@ struct rpc_task *rpc_call_null(struct rpc_clnt *clnt, struct rpc_cred *cred, | |||
179 | int rpc_restart_call_prepare(struct rpc_task *); | 179 | int rpc_restart_call_prepare(struct rpc_task *); |
180 | int rpc_restart_call(struct rpc_task *); | 180 | int rpc_restart_call(struct rpc_task *); |
181 | void rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int); | 181 | void rpc_setbufsize(struct rpc_clnt *, unsigned int, unsigned int); |
182 | int rpc_protocol(struct rpc_clnt *); | ||
183 | struct net * rpc_net_ns(struct rpc_clnt *); | 182 | struct net * rpc_net_ns(struct rpc_clnt *); |
184 | size_t rpc_max_payload(struct rpc_clnt *); | 183 | size_t rpc_max_payload(struct rpc_clnt *); |
185 | size_t rpc_max_bc_payload(struct rpc_clnt *); | 184 | size_t rpc_max_bc_payload(struct rpc_clnt *); |