diff options
Diffstat (limited to 'linux-headers/include/asm/byteorder.h')
-rw-r--r-- | linux-headers/include/asm/byteorder.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux-headers/include/asm/byteorder.h b/linux-headers/include/asm/byteorder.h index 994a61a..0be8269 100644 --- a/linux-headers/include/asm/byteorder.h +++ b/linux-headers/include/asm/byteorder.h @@ -1,12 +1,6 @@ #ifndef _ASM_RISCV_BYTEORDER_H #define _ASM_RISCV_BYTEORDER_H -#if defined(__RISCVEL__) #include <linux/byteorder/little_endian.h> -#elif defined(__RISCVEB__) -#include <linux/byteorder/big_endian.h> -#else -#error "Unknown endianness" -#endif #endif /* _ASM_RISCV_BYTEORDER_H */ |