diff options
author | 2020-05-18 11:34:47 -0400 | |
---|---|---|
committer | 2020-07-13 17:28:24 -0400 | |
commit | 0b8dc1b69995cbd81c2c9a2f1730c46cce085f62 (patch) | |
tree | a086962113b310a159a92ca314fae2433f9701f1 /include/linux/sunrpc/svc_rdma.h | |
parent | svcrdma: Clean up trace_svcrdma_send_failed() tracepoint (diff) | |
download | linux-dev-0b8dc1b69995cbd81c2c9a2f1730c46cce085f62.tar.xz linux-dev-0b8dc1b69995cbd81c2c9a2f1730c46cce085f62.zip |
svcrdma: Remove declarations for functions long removed
Pavane pour une infante défunte.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 1579f7a14ab4..d28ca1b6f2eb 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -204,10 +204,6 @@ extern int svc_rdma_read_payload(struct svc_rqst *rqstp, unsigned int offset, unsigned int length); /* svc_rdma_transport.c */ -extern int svc_rdma_create_listen(struct svc_serv *, int, struct sockaddr *); -extern void svc_sq_reap(struct svcxprt_rdma *); -extern void svc_rq_reap(struct svcxprt_rdma *); - extern struct svc_xprt_class svc_rdma_class; #ifdef CONFIG_SUNRPC_BACKCHANNEL extern struct svc_xprt_class svc_rdma_bc_class; |