diff options
Diffstat (limited to 'net/sched/act_nat.c')
-rw-r--r-- | net/sched/act_nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_nat.c b/net/sched/act_nat.c index b5d029eb44f2..876f0ef29694 100644 --- a/net/sched/act_nat.c +++ b/net/sched/act_nat.c | |||
@@ -44,7 +44,7 @@ static const struct nla_policy nat_policy[TCA_NAT_MAX + 1] = { | |||
44 | [TCA_NAT_PARMS] = { .len = sizeof(struct tc_nat) }, | 44 | [TCA_NAT_PARMS] = { .len = sizeof(struct tc_nat) }, |
45 | }; | 45 | }; |
46 | 46 | ||
47 | static int tcf_nat_init(struct nlattr *nla, struct nlattr *est, | 47 | static int tcf_nat_init(struct net *net, struct nlattr *nla, struct nlattr *est, |
48 | struct tc_action *a, int ovr, int bind) | 48 | struct tc_action *a, int ovr, int bind) |
49 | { | 49 | { |
50 | struct nlattr *tb[TCA_NAT_MAX + 1]; | 50 | struct nlattr *tb[TCA_NAT_MAX + 1]; |