diff options
Diffstat (limited to 'net/sched/cls_u32.c')
-rw-r--r-- | net/sched/cls_u32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c index e8a775689123..b18fa95ef248 100644 --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c | |||
@@ -82,7 +82,7 @@ struct tc_u_common | |||
82 | u32 hgenerator; | 82 | u32 hgenerator; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | static struct tcf_ext_map u32_ext_map = { | 85 | static const struct tcf_ext_map u32_ext_map = { |
86 | .action = TCA_U32_ACT, | 86 | .action = TCA_U32_ACT, |
87 | .police = TCA_U32_POLICE | 87 | .police = TCA_U32_POLICE |
88 | }; | 88 | }; |