]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/uapi/asm/byteorder.h
Merge remote-tracking branch 'net-next/master'
[karo-tx-linux.git] / arch / powerpc / include / uapi / asm / byteorder.h
index aa6cc4fac9651326b69a7648b13009f30dd93774..ca931d0740003e71f786fcb15db16cdf53aaadb4 100644 (file)
@@ -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 <linux/byteorder/little_endian.h>
+#else
 #include <linux/byteorder/big_endian.h>
+#endif
 
 #endif /* _ASM_POWERPC_BYTEORDER_H */