]> 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)
commit623eb3e2bfbffe4bf929d570d6c90aebf994e340
treef7dee0b1591713ba1d47eebe7bf9da86396e9cd1
parentb06f97e5816ca1bd1e4b100d28acba4a725b98d7
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