diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:53:09 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-16 15:04:49 +0100 |
commit | 8356bda519796432ec6965fe95371a2c9e1305cc (patch) | |
tree | e369f12558329e1f24f5c129fa10282d06fe8a39 /target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch | |
parent | 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 (diff) | |
download | buildroot-novena-8356bda519796432ec6965fe95371a2c9e1305cc.tar.gz buildroot-novena-8356bda519796432ec6965fe95371a2c9e1305cc.zip |
Remove the few remaining unused Atmel-specific bits
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch')
-rw-r--r-- | target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch b/target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch deleted file mode 100644 index ac990f9cd..000000000 --- a/target/device/Atmel/arch-avr32/kernel-patches-2.6.27.6/linux-2.6.27.6-203-avr32-fix-arch-header-byteorder.patch +++ /dev/null @@ -1,35 +0,0 @@ -Index: linux-2.6.27.6/arch/avr32/include/asm/byteorder.h -=================================================================== ---- linux-2.6.27.6.orig/arch/avr32/include/asm/byteorder.h 2008-11-28 16:47:15.000000000 +0100 -+++ linux-2.6.27.6/arch/avr32/include/asm/byteorder.h 2008-11-28 16:47:31.000000000 +0100 -@@ -7,8 +7,9 @@ - #include <asm/types.h> - #include <linux/compiler.h> - --#define __BIG_ENDIAN -+#define __BIG_ENDIAN 4321 - #define __SWAB_64_THRU_32__ -+#define __BYTEORDER_HAS_U64__ - - #ifdef __CHECKER__ - extern unsigned long __builtin_bswap_32(unsigned long x); -@@ -33,5 +34,5 @@ - #define __arch_swab32 __arch_swab32 - #endif - --#include <linux/byteorder.h> -+#include <linux/byteorder/big_endian.h> - #endif /* __ASM_AVR32_BYTEORDER_H */ -Index: linux-2.6.27.6/arch/avr32/mach-at32ap/include/mach/io.h -=================================================================== ---- linux-2.6.27.6.orig/arch/avr32/mach-at32ap/include/mach/io.h 2008-11-28 16:47:58.000000000 +0100 -+++ linux-2.6.27.6/arch/avr32/mach-at32ap/include/mach/io.h 2008-11-28 16:48:15.000000000 +0100 -@@ -1,7 +1,7 @@ - #ifndef __ASM_AVR32_ARCH_AT32AP_IO_H - #define __ASM_AVR32_ARCH_AT32AP_IO_H - --#include <linux/swab.h> -+#include <linux/byteorder/swabb.h> - - #if defined(CONFIG_AP700X_32_BIT_SMC) - # define __swizzle_addr_b(addr) (addr ^ 3UL) |