mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
99fc12f60e
commit
0d38ac8a8b
|
@ -419,4 +419,3 @@ int rxe_rcv(struct sk_buff *skb)
|
|||
kfree_skb(skb);
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL(rxe_rcv);
|
||||
|
|
Loading…
Reference in New Issue