summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
diff options
context:
space:
mode:
authorParav Pandit2017-03-19 10:20:57 +0100
committerDoug Ledford2017-04-21 16:43:28 +0200
commit0d38ac8a8be1c8f65a63187b60ea92dbd938c332 (patch)
tree5cfd5e9c983f9e75fc77b82e33bf831e90e3d850 /drivers/infiniband/sw
parentIB/rxe: Avoid accessing timers for non RC QPs (diff)
downloadkernel-qcow2-linux-0d38ac8a8be1c8f65a63187b60ea92dbd938c332.tar.gz
kernel-qcow2-linux-0d38ac8a8be1c8f65a63187b60ea92dbd938c332.tar.xz
kernel-qcow2-linux-0d38ac8a8be1c8f65a63187b60ea92dbd938c332.zip
IB/rxe: Do not export module's private function
Function rxe_rcv is used internally in RXE and don't need to be exported. This patch removes such export declaration. Signed-off-by: Parav Pandit <parav@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_recv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_recv.c b/drivers/infiniband/sw/rxe/rxe_recv.c
index dadd4a0e3cf7..5af242fc0178 100644
--- a/drivers/infiniband/sw/rxe/rxe_recv.c
+++ b/drivers/infiniband/sw/rxe/rxe_recv.c
@@ -419,4 +419,3 @@ drop:
kfree_skb(skb);
return 0;
}
-EXPORT_SYMBOL(rxe_rcv);