diff options
Diffstat (limited to 'include/linux/byteorder/big_endian.h')
-rw-r--r-- | include/linux/byteorder/big_endian.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/byteorder/big_endian.h b/include/linux/byteorder/big_endian.h index 1cba3f3efe5..3c80fd7e8b5 100644 --- a/include/linux/byteorder/big_endian.h +++ b/include/linux/byteorder/big_endian.h | |||
@@ -9,8 +9,7 @@ | |||
9 | #endif | 9 | #endif |
10 | 10 | ||
11 | #include <linux/types.h> | 11 | #include <linux/types.h> |
12 | #include <linux/byteorder/swab.h> | 12 | #include <linux/swab.h> |
13 | #include <linux/byteorder/swabb.h> | ||
14 | 13 | ||
15 | #define __constant_htonl(x) ((__force __be32)(__u32)(x)) | 14 | #define __constant_htonl(x) ((__force __be32)(__u32)(x)) |
16 | #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) | 15 | #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) |