diff options
Diffstat (limited to 'net/sched/cls_tcindex.c')
-rw-r--r-- | net/sched/cls_tcindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_tcindex.c b/net/sched/cls_tcindex.c index ee60b2d1705d..7a7bff5ded24 100644 --- a/net/sched/cls_tcindex.c +++ b/net/sched/cls_tcindex.c | |||
@@ -55,7 +55,7 @@ struct tcindex_data { | |||
55 | int fall_through; /* 0: only classify if explicit match */ | 55 | int fall_through; /* 0: only classify if explicit match */ |
56 | }; | 56 | }; |
57 | 57 | ||
58 | static struct tcf_ext_map tcindex_ext_map = { | 58 | static const struct tcf_ext_map tcindex_ext_map = { |
59 | .police = TCA_TCINDEX_POLICE, | 59 | .police = TCA_TCINDEX_POLICE, |
60 | .action = TCA_TCINDEX_ACT | 60 | .action = TCA_TCINDEX_ACT |
61 | }; | 61 | }; |