]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/route.c
[IPV4]: Make ip_tos2prio const.
[net-next-2.6.git] / net / ipv4 / route.c
index 85285021518bade3fcb07221345a6fbc5d20aa06..88fa648d7ba33cf23757d1db1544c2954a230706 100644 (file)
@@ -167,7 +167,7 @@ static struct dst_ops ipv4_dst_ops = {
 
 #define ECN_OR_COST(class)     TC_PRIO_##class
 
-__u8 ip_tos2prio[16] = {
+const __u8 ip_tos2prio[16] = {
        TC_PRIO_BESTEFFORT,
        ECN_OR_COST(FILLER),
        TC_PRIO_BESTEFFORT,