aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParav Pandit <[email protected]>2017-03-19 11:20:57 +0200
committerDoug Ledford <[email protected]>2017-04-21 10:43:28 -0400
commit0d38ac8a8be1c8f65a63187b60ea92dbd938c332 (patch)
tree5cfd5e9c983f9e75fc77b82e33bf831e90e3d850
parent99fc12f60edb9cace424a4021720fa50013c0c56 (diff)
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 <[email protected]> Signed-off-by: Leon Romanovsky <[email protected]> Reviewed-by: Yuval Shaia <[email protected]> Signed-off-by: Doug Ledford <[email protected]>
-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);