IB/rxe: avoid unnecessary export
authorZhu Yanjun <yanjun.zhu@oracle.com>
Mon, 28 May 2018 09:03:41 +0000 (05:03 -0400)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 28 May 2018 17:25:55 +0000 (11:25 -0600)
commitbb42f87e2924e3b118aed3b3790ce792ae7bb86c
tree658b55d90647ec7143d0da0b9c49a8d5adf665bc
parentd59fcacc4b089c9920ff4a148e33a3f3f7275ef6
IB/rxe: avoid unnecessary export

The function rxe_remove_all is only used in this modules.
There is no other modules that call this function. So it
is not necessary to export it.

Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/sw/rxe/rxe_net.c