aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_route.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_route.c')
-rw-r--r--net/sched/cls_route.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sched/cls_route.c b/net/sched/cls_route.c
index 0a8409c1d28a..e70edd0f7bc8 100644
--- a/net/sched/cls_route.c
+++ b/net/sched/cls_route.c
@@ -590,8 +590,7 @@ rtattr_failure:
590 return -1; 590 return -1;
591} 591}
592 592
593static struct tcf_proto_ops cls_route4_ops = { 593static struct tcf_proto_ops cls_route4_ops __read_mostly = {
594 .next = NULL,
595 .kind = "route", 594 .kind = "route",
596 .classify = route4_classify, 595 .classify = route4_classify,
597 .init = route4_init, 596 .init = route4_init,