]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/microblaze/include/asm/byteorder.h
Merge branch 'master' into csb1725
[mv-sheeva.git] / arch / microblaze / include / asm / byteorder.h
index ce9c58732ffcdec6888854e4f33a7c81a75b12da..31902762a42699079fd1d40d0a3416a0e4d4d1c0 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _ASM_MICROBLAZE_BYTEORDER_H
 #define _ASM_MICROBLAZE_BYTEORDER_H
 
+#ifdef __MICROBLAZEEL__
+#include <linux/byteorder/little_endian.h>
+#else
 #include <linux/byteorder/big_endian.h>
+#endif
 
 #endif /* _ASM_MICROBLAZE_BYTEORDER_H */