From: Andi Shyti Date: Mon, 22 Jul 2013 12:59:16 +0000 (+0200) Subject: net: trans_rdma: remove unused function X-Git-Tag: v3.12-rc1~132^2~473 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59ea52dc461ebb05b78545064604d92faf8bb16f;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed