diff options
Diffstat (limited to 'net/sched/cls_fw.c')
-rw-r--r-- | net/sched/cls_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_fw.c b/net/sched/cls_fw.c index 436a6e7c438e..b0f90e593af0 100644 --- a/net/sched/cls_fw.c +++ b/net/sched/cls_fw.c | |||
@@ -47,7 +47,7 @@ struct fw_filter | |||
47 | struct tcf_exts exts; | 47 | struct tcf_exts exts; |
48 | }; | 48 | }; |
49 | 49 | ||
50 | static struct tcf_ext_map fw_ext_map = { | 50 | static const struct tcf_ext_map fw_ext_map = { |
51 | .action = TCA_FW_ACT, | 51 | .action = TCA_FW_ACT, |
52 | .police = TCA_FW_POLICE | 52 | .police = TCA_FW_POLICE |
53 | }; | 53 | }; |