Merge branch 'revert-ipv6-const'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 17:03:17 +0000 (10:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 17:03:17 +0000 (10:03 -0700)
Julia Lawall says:

====================
Revert "ipv6: constify inet6_protocol structures"

inet6_add_protocol and inet6_del_protocol include casts that remove the
effect of the const annotation on their parameter, leading to possible
runtime crashes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge