diff options
Diffstat (limited to 'net/sched/act_csum.c')
-rw-r--r-- | net/sched/act_csum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_csum.c b/net/sched/act_csum.c index 2c8ad7c86e43..08fa1e8a4ca4 100644 --- a/net/sched/act_csum.c +++ b/net/sched/act_csum.c | |||
@@ -51,7 +51,7 @@ static const struct nla_policy csum_policy[TCA_CSUM_MAX + 1] = { | |||
51 | [TCA_CSUM_PARMS] = { .len = sizeof(struct tc_csum), }, | 51 | [TCA_CSUM_PARMS] = { .len = sizeof(struct tc_csum), }, |
52 | }; | 52 | }; |
53 | 53 | ||
54 | static int tcf_csum_init(struct nlattr *nla, struct nlattr *est, | 54 | static int tcf_csum_init(struct net *n, struct nlattr *nla, struct nlattr *est, |
55 | struct tc_action *a, int ovr, int bind) | 55 | struct tc_action *a, int ovr, int bind) |
56 | { | 56 | { |
57 | struct nlattr *tb[TCA_CSUM_MAX + 1]; | 57 | struct nlattr *tb[TCA_CSUM_MAX + 1]; |