aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
diff options
context:
space:
mode:
authorGravatar Leon Romanovsky <leonro@mellanox.com> 2017-06-19 18:23:45 +0300
committerGravatar Leon Romanovsky <leon@kernel.org> 2017-08-10 13:20:15 +0300
commit3250b4dbd87aa08c21891cabfc6f6b48b36fd7e5 (patch)
treedf27ca325bed53f561186f861b698019bf21f3e3 /drivers/infiniband/core/device.c
parentRDMA/netlink: Simplify and rename ibnl_chk_listeners (diff)
downloadlinux-3250b4dbd87aa08c21891cabfc6f6b48b36fd7e5.tar.gz
linux-3250b4dbd87aa08c21891cabfc6f6b48b36fd7e5.tar.bz2
linux-3250b4dbd87aa08c21891cabfc6f6b48b36fd7e5.zip
RDMA/netlink: Rename netlink callback struct
The RDMA netlink client infrastructure was removed and made obsolete. The old infrastructure defined struct ibnl_client_cbs. Now that all uses of this have been updated to the new infrastructure, rename the struct to be compliant with the current stack naming standards: struct rdma_nl_cbs. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Diffstat (limited to 'drivers/infiniband/core/device.c')
-rw-r--r--drivers/infiniband/core/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c
index 7ae29cc49a5e..33a39518848c 100644
--- a/drivers/infiniband/core/device.c
+++ b/drivers/infiniband/core/device.c
@@ -1086,7 +1086,7 @@ struct net_device *ib_get_net_dev_by_params(struct ib_device *dev,
}
EXPORT_SYMBOL(ib_get_net_dev_by_params);
-static const struct ibnl_client_cbs ibnl_ls_cb_table[] = {
+static const struct rdma_nl_cbs ibnl_ls_cb_table[] = {
[RDMA_NL_LS_OP_RESOLVE] = {
.dump = ib_nl_handle_resolve_resp,
.flags = RDMA_NL_ADMIN_PERM,