diff mbox series

[rdma-core,2/8] verbs: Remove ibv_register_driver from the PRIVATE stanza

Message ID 20180920163910.4403-3-jgg@ziepe.ca (mailing list archive)
State Not Applicable
Headers show
Series Various small fixes | expand

Commit Message

Jason Gunthorpe Sept. 20, 2018, 4:39 p.m. UTC
From: Jason Gunthorpe <jgg@mellanox.com>

This was improperly duplicated, the symbol is already in the IBVERBS_1.1
stanza which matches the COMPAT_SYMVER_FUNC that defines it.

Fixes: 6843def955d0 ("verbs: Remove ibv_register_driver")
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
---
 libibverbs/libibverbs.map.in | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/libibverbs/libibverbs.map.in b/libibverbs/libibverbs.map.in
index 80ef2a13c85271..0ddf8ed32c50e8 100644
--- a/libibverbs/libibverbs.map.in
+++ b/libibverbs/libibverbs.map.in
@@ -176,7 +176,6 @@  IBVERBS_PRIVATE_@IBVERBS_PABI_VERSION@ {
 		ibv_cmd_rereg_mr;
 		ibv_cmd_resize_cq;
 		ibv_query_gid_type;
-		ibv_register_driver;
 		verbs_allow_disassociate_destroy;
 		verbs_register_driver_@IBVERBS_PABI_VERSION@;
 		verbs_set_ops;