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)
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

index dadd4a0e3cf71045711caa221f2d96e71af6f0c9..5af242fc0178540aa02ef181a91ef7a3dc07d1e1 100644 (file)
@@ -419,4 +419,3 @@ drop:
        kfree_skb(skb);
        return 0;
 }
-EXPORT_SYMBOL(rxe_rcv);