diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/c6x/include/asm/byteorder.h')
-rw-r--r-- | ANDROID_3.4.5/arch/c6x/include/asm/byteorder.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/arch/c6x/include/asm/byteorder.h b/ANDROID_3.4.5/arch/c6x/include/asm/byteorder.h deleted file mode 100644 index 166038db..00000000 --- a/ANDROID_3.4.5/arch/c6x/include/asm/byteorder.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _ASM_C6X_BYTEORDER_H -#define _ASM_C6X_BYTEORDER_H - -#include <asm/types.h> - -#ifdef _BIG_ENDIAN -#include <linux/byteorder/big_endian.h> -#else /* _BIG_ENDIAN */ -#include <linux/byteorder/little_endian.h> -#endif /* _BIG_ENDIAN */ - -#endif /* _ASM_BYTEORDER_H */ |