Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efac5ac0 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jason Gunthorpe
Browse files

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: 233c1955 ("RDMA/netlink: Reduce exposure of RDMA netlink functions")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 727b7e9a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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);