projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59fcac
)
IB/rxe: avoid unnecessary export
author
Zhu Yanjun
<yanjun.zhu@oracle.com>
Mon, 28 May 2018 09:03:41 +0000
(
05:03
-0400)
committer
Jason Gunthorpe
<jgg@mellanox.com>
Mon, 28 May 2018 17:25:55 +0000
(11:25 -0600)
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
patch
|
blob
|
history
diff --git
a/drivers/infiniband/sw/rxe/rxe_net.c
b/drivers/infiniband/sw/rxe/rxe_net.c
index 95e52b3ec7572d7340a89546bc314d6fbd6811ca..59ec6d918ed4782c78370bdafcef06eee48d848b 100644
(file)
--- 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)