diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-31 21:36:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-31 22:28:34 -0500 |
commit | 5239008b0de2507a531440b8c3019fb9c116fb1a (patch) | |
tree | 49f4580d2a0178182017b4a07640ac8d0f1c4112 /net/sched/cls_basic.c | |
parent | 5396c9356efec1d3d818b786f69e081aaad4b98b (diff) |
[NET_SCHED]: Constify struct tcf_ext_map
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 bfb4342ea88c..956915c217d6 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -35,7 +35,7 @@ struct basic_filter | |||
35 | struct list_head link; | 35 | struct list_head link; |
36 | }; | 36 | }; |
37 | 37 | ||
38 | static struct tcf_ext_map basic_ext_map = { | 38 | static const struct tcf_ext_map basic_ext_map = { |
39 | .action = TCA_BASIC_ACT, | 39 | .action = TCA_BASIC_ACT, |
40 | .police = TCA_BASIC_POLICE | 40 | .police = TCA_BASIC_POLICE |
41 | }; | 41 | }; |