--- zzzz-none-000/linux-3.10.107/arch/powerpc/include/uapi/asm/byteorder.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/powerpc/include/uapi/asm/byteorder.h 2021-02-04 17:41:59.000000000 +0000 @@ -7,6 +7,10 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ +#ifdef __LITTLE_ENDIAN__ +#include +#else #include +#endif #endif /* _ASM_POWERPC_BYTEORDER_H */