]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/ipv6.h
drm: merge Linux master into HEAD
[linux-2.6-omap-h63xx.git] / include / net / ipv6.h
index 6d5b58a1c743cc5bfd587c26905bcbeb9d5966af..c1f16fc49adeff0e5f6a2c66bf79fbad7b2440c1 100644 (file)
@@ -196,8 +196,8 @@ struct ip6_flowlabel
        struct net              *fl_net;
 };
 
-#define IPV6_FLOWINFO_MASK     __constant_htonl(0x0FFFFFFF)
-#define IPV6_FLOWLABEL_MASK    __constant_htonl(0x000FFFFF)
+#define IPV6_FLOWINFO_MASK     cpu_to_be32(0x0FFFFFFF)
+#define IPV6_FLOWLABEL_MASK    cpu_to_be32(0x000FFFFF)
 
 struct ipv6_fl_socklist
 {