]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/byteorder/big_endian.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[linux-2.6-omap-h63xx.git] / include / linux / byteorder / big_endian.h
index 1cba3f3efe5f7aaa2ee0ef66afaffbdf3b5fab64..3c80fd7e8b567c8f6d8cd768c120926a424ec577 100644 (file)
@@ -9,8 +9,7 @@
 #endif
 
 #include <linux/types.h>
-#include <linux/byteorder/swab.h>
-#include <linux/byteorder/swabb.h>
+#include <linux/swab.h>
 
 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))