IB/rxe: Do not export module's private function
authorParav Pandit <parav@mellanox.com>
Sun, 19 Mar 2017 09:20:57 +0000 (11:20 +0200)
committerDoug Ledford <dledford@redhat.com>
Fri, 21 Apr 2017 14:43:28 +0000 (10:43 -0400)
commit0d38ac8a8be1c8f65a63187b60ea92dbd938c332
tree5cfd5e9c983f9e75fc77b82e33bf831e90e3d850
parent99fc12f60edb9cace424a4021720fa50013c0c56
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>
drivers/infiniband/sw/rxe/rxe_recv.c