linux-sg2042/net/wimax
Johannes Berg 4534de8305 genetlink: make all genl_ops users const
Now that genl_ops are no longer modified in place when
registering, they can be made const. This patch was done
mostly with spatch:

@@
identifier ops;
@@
+const
 struct genl_ops ops[] = {
 ...
 };

(except the struct thing in net/openvswitch/datapath.c)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-11-14 17:10:41 -05:00
..
Kconfig
Makefile
debug-levels.h
debugfs.c
id-table.c
op-msg.c wimax: use genl_register_family_with_ops() 2013-11-14 17:10:40 -05:00
op-reset.c wimax: use genl_register_family_with_ops() 2013-11-14 17:10:40 -05:00
op-rfkill.c wimax: use genl_register_family_with_ops() 2013-11-14 17:10:40 -05:00
op-state-get.c wimax: use genl_register_family_with_ops() 2013-11-14 17:10:40 -05:00
stack.c genetlink: make all genl_ops users const 2013-11-14 17:10:41 -05:00
wimax-internal.h wimax: use genl_register_family_with_ops() 2013-11-14 17:10:40 -05:00