aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
diff options
context:
space:
mode:
authorZhu Yanjun <yanjun.zhu@oracle.com>2018-05-28 05:03:41 -0400
committerJason Gunthorpe <jgg@mellanox.com>2018-05-28 11:25:55 -0600
commitbb42f87e2924e3b118aed3b3790ce792ae7bb86c (patch)
tree658b55d90647ec7143d0da0b9c49a8d5adf665bc /drivers/infiniband/sw/rxe
parentRDMA/hns: Increase checking CMQ status timeout value (diff)
downloadlinux-dev-bb42f87e2924e3b118aed3b3790ce792ae7bb86c.tar.xz
linux-dev-bb42f87e2924e3b118aed3b3790ce792ae7bb86c.zip
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>
Diffstat (limited to 'drivers/infiniband/sw/rxe')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_net.c b/drivers/infiniband/sw/rxe/rxe_net.c
index 95e52b3ec757..59ec6d918ed4 100644
--- a/drivers/infiniband/sw/rxe/rxe_net.c
+++ b/drivers/infiniband/sw/rxe/rxe_net.c
@@ -623,7 +623,6 @@ void rxe_remove_all(void)
}
spin_unlock_bh(&dev_list_lock);
}
-EXPORT_SYMBOL(rxe_remove_all);
static void rxe_port_event(struct rxe_dev *rxe,
enum ib_event_type event)