summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-17 17:09:41 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-17 17:09:41 +0000
commit5c018d50964984e28ad17b7852381e054a717bea (patch)
tree1d7b07ac3e7f36b894dc7cbb091d05bc1666c826
parent2fc0c28345a66c9fb9746b87833c21c4bf565846 (diff)
downloadmaster-31e0f0ae-5c018d50964984e28ad17b7852381e054a717bea.tar.gz
master-31e0f0ae-5c018d50964984e28ad17b7852381e054a717bea.tar.bz2
master-31e0f0ae-5c018d50964984e28ad17b7852381e054a717bea.zip
kernel: drop 110-fix_mtd_include.patch
Kernel builds just fine without this patch so we can just remove it. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37805
-rw-r--r--target/linux/generic/patches-3.10/110-fix_mtd_include.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-3.10/110-fix_mtd_include.patch b/target/linux/generic/patches-3.10/110-fix_mtd_include.patch
deleted file mode 100644
index c63dbc0596..0000000000
--- a/target/linux/generic/patches-3.10/110-fix_mtd_include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/linux/mtd/physmap.h
-+++ b/include/linux/mtd/physmap.h
-@@ -17,6 +17,7 @@
-
- #include <linux/mtd/mtd.h>
- #include <linux/mtd/partitions.h>
-+#include <linux/platform_device.h>
-
- struct map_info;
- struct platform_device;