aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_fw.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_fw.c')
-rw-r--r--net/sched/cls_fw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/cls_fw.c b/net/sched/cls_fw.c
index 8adbd6a37d14..b45038770e79 100644
--- a/net/sched/cls_fw.c
+++ b/net/sched/cls_fw.c
@@ -370,8 +370,7 @@ rtattr_failure:
370 return -1; 370 return -1;
371} 371}
372 372
373static struct tcf_proto_ops cls_fw_ops = { 373static struct tcf_proto_ops cls_fw_ops __read_mostly = {
374 .next = NULL,
375 .kind = "fw", 374 .kind = "fw",
376 .classify = fw_classify, 375 .classify = fw_classify,
377 .init = fw_init, 376 .init = fw_init,