Skip to content

Commit 0d38ac8

Browse files
paravmellanoxdledford
authored andcommitted
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>
1 parent 99fc12f commit 0d38ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/infiniband/sw/rxe/rxe_recv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,4 +419,3 @@ int rxe_rcv(struct sk_buff *skb)
419419
kfree_skb(skb);
420420
return 0;
421421
}
422-
EXPORT_SYMBOL(rxe_rcv);

0 commit comments

Comments
 (0)