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
..
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2010-09-23 14:33:39 -07:00
2013-04-25 01:42:06 -04:00
2012-06-04 11:45:11 -04:00
2013-07-19 17:34:40 -07:00