diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/m32r/include/asm/byteorder.h')
-rw-r--r-- | ANDROID_3.4.5/arch/m32r/include/asm/byteorder.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/m32r/include/asm/byteorder.h b/ANDROID_3.4.5/arch/m32r/include/asm/byteorder.h deleted file mode 100644 index 21855d8b..00000000 --- a/ANDROID_3.4.5/arch/m32r/include/asm/byteorder.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _ASM_M32R_BYTEORDER_H -#define _ASM_M32R_BYTEORDER_H - -#if defined(__LITTLE_ENDIAN__) -# include <linux/byteorder/little_endian.h> -#else -# include <linux/byteorder/big_endian.h> -#endif - -#endif /* _ASM_M32R_BYTEORDER_H */ |