diff options
Diffstat (limited to 'net/sched/cls_flow.c')
-rw-r--r-- | net/sched/cls_flow.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_flow.c b/net/sched/cls_flow.c index ccd08c8dc6a7..ae854f3434b0 100644 --- a/net/sched/cls_flow.c +++ b/net/sched/cls_flow.c | |||
@@ -347,7 +347,8 @@ static const struct nla_policy flow_policy[TCA_FLOW_MAX + 1] = { | |||
347 | [TCA_FLOW_PERTURB] = { .type = NLA_U32 }, | 347 | [TCA_FLOW_PERTURB] = { .type = NLA_U32 }, |
348 | }; | 348 | }; |
349 | 349 | ||
350 | static int flow_change(struct tcf_proto *tp, unsigned long base, | 350 | static int flow_change(struct sk_buff *in_skb, |
351 | struct tcf_proto *tp, unsigned long base, | ||
351 | u32 handle, struct nlattr **tca, | 352 | u32 handle, struct nlattr **tca, |
352 | unsigned long *arg) | 353 | unsigned long *arg) |
353 | { | 354 | { |