[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:

committed by
David S. Miller

parent
5396c9356e
commit
5239008b0d
@@ -82,7 +82,7 @@ struct tc_u_common
|
||||
u32 hgenerator;
|
||||
};
|
||||
|
||||
static struct tcf_ext_map u32_ext_map = {
|
||||
static const struct tcf_ext_map u32_ext_map = {
|
||||
.action = TCA_U32_ACT,
|
||||
.police = TCA_U32_POLICE
|
||||
};
|
||||
|
Reference in New Issue
Block a user