net: remove the unnecessary strict_start_type in some policies
[linux-2.6-microblaze.git] / net / ipv4 / nexthop.c
index fc34fd1..511eaa9 100644 (file)
@@ -23,7 +23,6 @@ static void remove_nexthop(struct net *net, struct nexthop *nh,
 #define NH_DEV_HASHSIZE (1U << NH_DEV_HASHBITS)
 
 static const struct nla_policy rtm_nh_policy[NHA_MAX + 1] = {
-       [NHA_UNSPEC]            = { .strict_start_type = NHA_UNSPEC + 1 },
        [NHA_ID]                = { .type = NLA_U32 },
        [NHA_GROUP]             = { .type = NLA_BINARY },
        [NHA_GROUP_TYPE]        = { .type = NLA_U16 },