]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: trans_rdma: remove unused function
authorAndi Shyti <andi@etezian.org>
Mon, 22 Jul 2013 12:59:16 +0000 (14:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2013 22:46:27 +0000 (15:46 -0700)
commit59ea52dc461ebb05b78545064604d92faf8bb16f
treef7dee0b1591713ba1d47eebe7bf9da86396e9cd1
parent9812a9d62a582afb2905e15e51866489115d0765
net: trans_rdma: remove unused function

This patch gets rid of the following warning:

net/9p/trans_rdma.c:594:12: warning: ‘rdma_cancelled’ defined but not used [-Wunused-function]
 static int rdma_cancelled(struct p9_client *client, struct p9_req_t *req)

The rdma_cancelled function is not called anywhere in the kernel

Signed-off-by: Andi Shyti <andi@etezian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/trans_rdma.c