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 8dbcf2771a4..b31f9f97198 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c @@ -271,7 +271,7 @@ rtattr_failure:  	return -1;  } -static struct tcf_proto_ops cls_basic_ops = { +static struct tcf_proto_ops cls_basic_ops __read_mostly = {  	.kind		=	"basic",  	.classify	=	basic_classify,  	.init		=	basic_init,  |