[NET]: Add const markers to various variables.
[linux-block.git] / net / ipv6 / icmp.c
index 1bdf0fb8bf8a05ac8fa44193a434c3fcad5a1dc6..34a332225c1749f215f126d46788404f5e5e9850 100644 (file)
@@ -751,7 +751,7 @@ void icmpv6_cleanup(void)
        inet6_del_protocol(&icmpv6_protocol, IPPROTO_ICMPV6);
 }
 
-static struct icmp6_err {
+static const struct icmp6_err {
        int err;
        int fatal;
 } tab_unreach[] = {