Skip to content

Commit

Permalink
IB/rxe: Do not export module's private function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Parav Pandit authored and Doug Ledford committed Apr 21, 2017
1 parent 99fc12f commit 0d38ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/infiniband/sw/rxe/rxe_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,4 +419,3 @@ int rxe_rcv(struct sk_buff *skb)
kfree_skb(skb);
return 0;
}
EXPORT_SYMBOL(rxe_rcv);

0 comments on commit 0d38ac8

Please sign in to comment.