diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index 6088be65d167..d333f5c5101d 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -112,7 +112,7 @@ static void basic_delete_filter(struct rcu_head *head) | |||
112 | tcf_queue_work(&f->work); | 112 | tcf_queue_work(&f->work); |
113 | } | 113 | } |
114 | 114 | ||
115 | static void basic_destroy(struct tcf_proto *tp) | 115 | static void basic_destroy(struct tcf_proto *tp, struct netlink_ext_ack *extack) |
116 | { | 116 | { |
117 | struct basic_head *head = rtnl_dereference(tp->root); | 117 | struct basic_head *head = rtnl_dereference(tp->root); |
118 | struct basic_filter *f, *n; | 118 | struct basic_filter *f, *n; |