diff options
author | John Crispin <john@openwrt.org> | 2011-11-03 16:33:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-03 16:33:27 +0000 |
commit | 95d36d3efe5172a4838949832949e1dc37719265 (patch) | |
tree | 540716d85282167493629903567749ac230eaf75 /target/linux/lantiq | |
parent | 89827e33ce1fcc31bcf787ab0c8ce84c8f546f8c (diff) | |
download | upstream-95d36d3efe5172a4838949832949e1dc37719265.tar.gz upstream-95d36d3efe5172a4838949832949e1dc37719265.tar.bz2 upstream-95d36d3efe5172a4838949832949e1dc37719265.zip |
lantiq: remove obseleted folder. we use 3.1 now
SVN-Revision: 28728
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch b/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch deleted file mode 100644 index 8a59616425..0000000000 --- a/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: linux-3.0.3/drivers/mtd/maps/lantiq-flash.c -=================================================================== ---- linux-3.0.3.orig/drivers/mtd/maps/lantiq-flash.c 2011-08-17 19:57:16.000000000 +0200 -+++ linux-3.0.3/drivers/mtd/maps/lantiq-flash.c 2011-09-29 20:45:14.785132132 +0200 -@@ -20,6 +20,8 @@ - #include <linux/platform_device.h> - #include <linux/mtd/physmap.h> - -+#include "../mtdcore.h" -+ - #include <lantiq_soc.h> - #include <lantiq_platform.h> - |