]> err.no Git - linux-2.6/blobdiff - include/net/route.h
x86: fix ACPI compile for LOCAL_APIC=n
[linux-2.6] / include / net / route.h
index 749e4dfe5ff3323dcaaa3eaa94c3130e3e058628..f7ce6259f86fb50754df9e1ee27744744ffad1f8 100644 (file)
@@ -62,7 +62,6 @@ struct rtable
        
        unsigned                rt_flags;
        __u16                   rt_type;
-       __u16                   rt_multipath_alg;
 
        __be32                  rt_dst; /* Path destination     */
        __be32                  rt_src; /* Path source          */
@@ -136,7 +135,7 @@ static inline void ip_rt_put(struct rtable * rt)
 
 #define IPTOS_RT_MASK  (IPTOS_TOS_MASK & ~3)
 
-extern __u8 ip_tos2prio[16];
+extern const __u8 ip_tos2prio[16];
 
 static inline char rt_tos2priority(u8 tos)
 {