diff options
Diffstat (limited to 'net/sched/cls_cgroup.c')
-rw-r--r-- | net/sched/cls_cgroup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_cgroup.c b/net/sched/cls_cgroup.c index 4a23ccca6b70..2ecde225ae60 100644 --- a/net/sched/cls_cgroup.c +++ b/net/sched/cls_cgroup.c | |||
@@ -158,7 +158,8 @@ static const struct nla_policy cgroup_policy[TCA_CGROUP_MAX + 1] = { | |||
158 | [TCA_CGROUP_EMATCHES] = { .type = NLA_NESTED }, | 158 | [TCA_CGROUP_EMATCHES] = { .type = NLA_NESTED }, |
159 | }; | 159 | }; |
160 | 160 | ||
161 | static int cls_cgroup_change(struct tcf_proto *tp, unsigned long base, | 161 | static int cls_cgroup_change(struct sk_buff *in_skb, |
162 | struct tcf_proto *tp, unsigned long base, | ||
162 | u32 handle, struct nlattr **tca, | 163 | u32 handle, struct nlattr **tca, |
163 | unsigned long *arg) | 164 | unsigned long *arg) |
164 | { | 165 | { |