From 5c018d50964984e28ad17b7852381e054a717bea Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sat, 17 Aug 2013 17:09:41 +0000 Subject: [PATCH] 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 SVN-Revision: 37805 --- .../generic/patches-3.10/110-fix_mtd_include.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 target/linux/generic/patches-3.10/110-fix_mtd_include.patch 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 - #include -+#include - - struct map_info; - struct platform_device;