Merge remote-tracking branch 'battery/for-next'
[deliverable/linux.git] / net / ipv6 / ila / ila_xlat.c
index e6eca5fdf4c9e8768bbad25013dfe44845902e72..e604013dd8147a36ac247ef44f0c37c6519cbcc4 100644 (file)
@@ -128,7 +128,7 @@ static struct genl_family ila_nl_family = {
        .parallel_ops   = true,
 };
 
-static struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {
+static const struct nla_policy ila_nl_policy[ILA_ATTR_MAX + 1] = {
        [ILA_ATTR_LOCATOR] = { .type = NLA_U64, },
        [ILA_ATTR_LOCATOR_MATCH] = { .type = NLA_U64, },
        [ILA_ATTR_IFINDEX] = { .type = NLA_U32, },
This page took 0.026468 seconds and 5 git commands to generate.