aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2017-12-27 16:33:57 -0800
committerJason Gunthorpe <jgg@mellanox.com>2017-12-27 21:27:41 -0700
commitefac5ac052d91629e994ddec6771a7c413f067a0 (patch)
tree4635d5527ba25c2a05e2ca2148db3e503f16aa46 /drivers/infiniband/core
parentIB/core: Make sure that PSN does not overflow (diff)
downloadlinux-dev-efac5ac052d91629e994ddec6771a7c413f067a0.tar.xz
linux-dev-efac5ac052d91629e994ddec6771a7c413f067a0.zip
infiniband: drop unknown function from core_priv.h
Delete ibnl_chk_listeners() and its kernel-doc comments from the core_priv.h header file. There is no such function. Fixes: 233c1955835b ("RDMA/netlink: Reduce exposure of RDMA netlink functions") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/core')
-rw-r--r--drivers/infiniband/core/core_priv.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/infiniband/core/core_priv.h b/drivers/infiniband/core/core_priv.h
index 6c4541af54bb..0deff4c4911b 100644
--- a/drivers/infiniband/core/core_priv.h
+++ b/drivers/infiniband/core/core_priv.h
@@ -191,13 +191,6 @@ void ib_sa_cleanup(void);
int rdma_nl_init(void);
void rdma_nl_exit(void);
-/**
- * Check if there are any listeners to the netlink group
- * @group: the netlink group ID
- * Returns 0 on success or a negative for no listeners.
- */
-int ibnl_chk_listeners(unsigned int group);
-
int ib_nl_handle_resolve_resp(struct sk_buff *skb,
struct nlmsghdr *nlh,
struct netlink_ext_ack *extack);