Revert "endian: #define __BYTE_ORDER"
[safe/jmp/linux-2.6] / include / linux / byteorder / little_endian.h
index 4cc170a..83195fb 100644 (file)
@@ -9,7 +9,7 @@
 #endif
 
 #include <linux/types.h>
-#include <linux/byteorder/swab.h>
+#include <linux/swab.h>
 
 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))