Julia Lawall 3a3a4e3054 ipv6: constify inet6_protocol structures
The inet6_protocol structure is only passed as the first argument to
inet6_add_protocol or inet6_del_protocol, both of which are declared as
const.  Thus the inet6_protocol structure itself can be const.

Also drop __read_mostly where present on the newly const structures.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-28 18:52:56 -07:00
..
2017-04-12 22:02:40 +02:00
2017-07-18 11:13:41 -07:00
2017-07-13 14:35:37 -07:00
2017-07-18 11:13:41 -07:00
2017-06-15 12:12:40 -04:00
2017-06-15 12:12:40 -04:00
2017-07-25 12:31:37 -07:00