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>
This commit is contained in:
Parav Pandit 2017-03-19 11:20:57 +02:00 committed by Doug Ledford
parent 99fc12f60e
commit 0d38ac8a8b
1 changed files with 0 additions and 1 deletions

View File

@ -419,4 +419,3 @@ drop:
kfree_skb(skb);
return 0;
}
EXPORT_SYMBOL(rxe_rcv);