aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/rdma/rdma_netlink.h
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@mellanox.com>2017-05-30 11:29:56 +0300
committerLeon Romanovsky <leon@kernel.org>2017-08-10 13:15:41 +0300
commit64401b69b29164c5731018cc44fc9b144ac9c5ae (patch)
tree9a6848591aa84dfa0bd42d3b3f5d26874c2870bc /include/rdma/rdma_netlink.h
parentRDMA/netlink: Remove netlink clients infrastructure (diff)
downloadwireguard-linux-64401b69b29164c5731018cc44fc9b144ac9c5ae.tar.xz
wireguard-linux-64401b69b29164c5731018cc44fc9b144ac9c5ae.zip
RDMA/netlink: Remove redundant owner option for netlink callbacks
Owner field is not needed to be set because netlink is part of ib_core which will be unloaded last after all other modules are unloaded. Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/rdma/rdma_netlink.h')
-rw-r--r--include/rdma/rdma_netlink.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_netlink.h b/include/rdma/rdma_netlink.h
index aadf0ab963b2..c124d8e43fc8 100644
--- a/include/rdma/rdma_netlink.h
+++ b/include/rdma/rdma_netlink.h
@@ -7,7 +7,6 @@
struct ibnl_client_cbs {
int (*dump)(struct sk_buff *skb, struct netlink_callback *nlcb);
- struct module *module;
};
/**