diff options
-rw-r--r-- | arch/tile/include/uapi/asm/byteorder.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/tile/include/uapi/asm/byteorder.h b/arch/tile/include/uapi/asm/byteorder.h index fb72ecf49218..6b8fa2e1cf6e 100644 --- a/arch/tile/include/uapi/asm/byteorder.h +++ b/arch/tile/include/uapi/asm/byteorder.h | |||
@@ -14,8 +14,6 @@ | |||
14 | 14 | ||
15 | #if defined (__BIG_ENDIAN__) | 15 | #if defined (__BIG_ENDIAN__) |
16 | #include <linux/byteorder/big_endian.h> | 16 | #include <linux/byteorder/big_endian.h> |
17 | #elif defined (__LITTLE_ENDIAN__) | ||
18 | #include <linux/byteorder/little_endian.h> | ||
19 | #else | 17 | #else |
20 | #error "__BIG_ENDIAN__ or __LITTLE_ENDIAN__ must be defined." | 18 | #include <linux/byteorder/little_endian.h> |
21 | #endif | 19 | #endif |