IB/rxe: Do not export module's private function
authorParav Pandit <[email protected]>
Sun, 19 Mar 2017 09:20:57 +0000 (11:20 +0200)
committerDoug Ledford <[email protected]>
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 <[email protected]>
Signed-off-by: Leon Romanovsky <[email protected]>
Reviewed-by: Yuval Shaia <[email protected]>
Signed-off-by: Doug Ledford <[email protected]>
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);