diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-17 17:09:41 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-17 17:09:41 +0000 |
commit | 5c018d50964984e28ad17b7852381e054a717bea (patch) | |
tree | 1d7b07ac3e7f36b894dc7cbb091d05bc1666c826 | |
parent | 2fc0c28345a66c9fb9746b87833c21c4bf565846 (diff) | |
download | upstream-5c018d50964984e28ad17b7852381e054a717bea.tar.gz upstream-5c018d50964984e28ad17b7852381e054a717bea.tar.bz2 upstream-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.patch | 10 |
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; |