summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-26 22:10:11 +0100
committerPeter Korsgaard2009-01-26 22:10:11 +0100
commit87c5abadfad874c695621e6b8e1aef90c76c9a79 (patch)
tree5d2f800e188564c8f79975bd2cc3afcd58f81516 /target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch
parenttoolchain/kernel-headers: remove ancient (and unused) patches (diff)
downloadbuildroot-87c5abadfad874c695621e6b8e1aef90c76c9a79.tar.gz
buildroot-87c5abadfad874c695621e6b8e1aef90c76c9a79.tar.xz
buildroot-87c5abadfad874c695621e6b8e1aef90c76c9a79.zip
target/device/Atmel/arch-avr32: remove old unused kernel patches
As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27
Diffstat (limited to 'target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch')
-rw-r--r--target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch b/target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch
deleted file mode 100644
index 99a9d149b..000000000
--- a/target/device/Atmel/arch-avr32/kernel-patches-2.6.23/linux-2.6.23-200-fix-include-typo-for-atngw100-board.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/avr32/boards/atngw100/setup.c 2007-11-02 10:47:52.000000000 +0100
-+++ b/arch/avr32/boards/atngw100/setup.c 2007-11-02 10:48:00.000000000 +0100
-@@ -20,7 +20,7 @@
- #include <asm/io.h>
- #include <asm/setup.h>
-
--#include <asm/arch/at32ap7000.h>
-+#include <asm/arch/at32ap700x.h>
- #include <asm/arch/board.h>
- #include <asm/arch/init.h>
- #include <asm/arch/portmux.h>