Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0126539 authored by Wu Fengguang's avatar Wu Fengguang Committed by David S. Miller
Browse files

mpls: rtm_mpls_policy[] can be static

parent c473463c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ static struct packet_type mpls_packet_type __read_mostly = {
	.func = mpls_forward,
};

const struct nla_policy rtm_mpls_policy[RTA_MAX+1] = {
static const struct nla_policy rtm_mpls_policy[RTA_MAX+1] = {
	[RTA_DST]		= { .type = NLA_U32 },
	[RTA_OIF]		= { .type = NLA_U32 },
};