[NET_SCHED]: Constify struct tcf_ext_map

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick McHardy
2008-01-31 18:36:18 -08:00
committed by David S. Miller
parent 5396c9356e
commit 5239008b0d
7 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ struct fw_filter
struct tcf_exts exts;
};
static struct tcf_ext_map fw_ext_map = {
static const struct tcf_ext_map fw_ext_map = {
.action = TCA_FW_ACT,
.police = TCA_FW_POLICE
};