aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_recv.c
diff options
context:
space:
mode:
authorParav Pandit <parav@mellanox.com>2017-03-19 11:20:57 +0200
committerDoug Ledford <dledford@redhat.com>2017-04-21 10:43:28 -0400
commit0d38ac8a8be1c8f65a63187b60ea92dbd938c332 (patch)
tree5cfd5e9c983f9e75fc77b82e33bf831e90e3d850 /drivers/infiniband/sw/rxe/rxe_recv.c
parentIB/rxe: Avoid accessing timers for non RC QPs (diff)
downloadlinux-dev-0d38ac8a8be1c8f65a63187b60ea92dbd938c332.tar.xz
linux-dev-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/rxe/rxe_recv.c')
-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);