Commit 0d38ac8a authored by Parav Pandit's avatar Parav Pandit Committed by Doug Ledford

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: default avatarParav Pandit <parav@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
Reviewed-by: default avatarYuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 99fc12f6
......@@ -419,4 +419,3 @@ int rxe_rcv(struct sk_buff *skb)
kfree_skb(skb);
return 0;
}
EXPORT_SYMBOL(rxe_rcv);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment