diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 85285021518b..88fa648d7ba3 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -167,7 +167,7 @@ static struct dst_ops ipv4_dst_ops = { | |||
167 | 167 | ||
168 | #define ECN_OR_COST(class) TC_PRIO_##class | 168 | #define ECN_OR_COST(class) TC_PRIO_##class |
169 | 169 | ||
170 | __u8 ip_tos2prio[16] = { | 170 | const __u8 ip_tos2prio[16] = { |
171 | TC_PRIO_BESTEFFORT, | 171 | TC_PRIO_BESTEFFORT, |
172 | ECN_OR_COST(FILLER), | 172 | ECN_OR_COST(FILLER), |
173 | TC_PRIO_BESTEFFORT, | 173 | TC_PRIO_BESTEFFORT, |