]> git.baikalelectronics.ru Git - kernel.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)
commitae884ccfd26164b540e39451916a52215131d6e3
treef7dee0b1591713ba1d47eebe7bf9da86396e9cd1
parent365c88a4a9ce9d3abab435b7a9eadc59c249e7fa
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