aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_api.c')
-rw-r--r--net/sched/cls_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index ec5fe8ec0c3e..b66754f52a9f 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -1619,7 +1619,6 @@ static struct pernet_operations tcf_net_ops = {
1619 .exit = tcf_net_exit, 1619 .exit = tcf_net_exit,
1620 .id = &tcf_net_id, 1620 .id = &tcf_net_id,
1621 .size = sizeof(struct tcf_net), 1621 .size = sizeof(struct tcf_net),
1622 .async = true,
1623}; 1622};
1624 1623
1625static int __init tc_filter_init(void) 1624static int __init tc_filter_init(void)