提交 0d38ac8a 编写于 作者: P Parav Pandit 提交者: 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: NParav Pandit <parav@mellanox.com>
Signed-off-by: NLeon Romanovsky <leon@kernel.org>
Reviewed-by: NYuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册