diff options
author | Leon Romanovsky <leonro@mellanox.com> | 2017-05-30 11:29:56 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2017-08-10 13:15:41 +0300 |
commit | 64401b69b29164c5731018cc44fc9b144ac9c5ae (patch) | |
tree | 9a6848591aa84dfa0bd42d3b3f5d26874c2870bc /include | |
parent | c9901724a2f14128ef6a57986babcbfbcf61a257 (diff) | |
download | linux-64401b69b29164c5731018cc44fc9b144ac9c5ae.tar.bz2 |
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')
-rw-r--r-- | include/rdma/rdma_netlink.h | 1 |
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; }; /** |