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>
This commit is contained in:
Родитель
d59fcacc4b
Коммит
bb42f87e29
|
@ -623,7 +623,6 @@ void rxe_remove_all(void)
|
||||||
}
|
}
|
||||||
spin_unlock_bh(&dev_list_lock);
|
spin_unlock_bh(&dev_list_lock);
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(rxe_remove_all);
|
|
||||||
|
|
||||||
static void rxe_port_event(struct rxe_dev *rxe,
|
static void rxe_port_event(struct rxe_dev *rxe,
|
||||||
enum ib_event_type event)
|
enum ib_event_type event)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче