diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index b569b2c1..15b803ea 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -5,7 +5,7 @@ struct super_block; struct inode; /* The hash is always the low bits of hash_len */ -#ifdef __LITTLE_ENDIAN +#if __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ #define HASH_LEN_DECLARE u32 hash; u32 len #else #define HASH_LEN_DECLARE u32 len; u32 hash |