aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ipv4/fou.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fou.c b/net/ipv4/fou.c
index 321d57f825ce..cf50f7e2b012 100644
--- a/net/ipv4/fou.c
+++ b/net/ipv4/fou.c
@@ -631,7 +631,7 @@ static struct genl_family fou_nl_family = {
631 .netnsok = true, 631 .netnsok = true,
632}; 632};
633 633
634static struct nla_policy fou_nl_policy[FOU_ATTR_MAX + 1] = { 634static const struct nla_policy fou_nl_policy[FOU_ATTR_MAX + 1] = {
635 [FOU_ATTR_PORT] = { .type = NLA_U16, }, 635 [FOU_ATTR_PORT] = { .type = NLA_U16, },
636 [FOU_ATTR_AF] = { .type = NLA_U8, }, 636 [FOU_ATTR_AF] = { .type = NLA_U8, },
637 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, }, 637 [FOU_ATTR_IPPROTO] = { .type = NLA_U8, },