summaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 10:50:33 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-14 10:50:33 +0000
commit4a2059281bd75ad474751b9a7bc706fc6cc120c9 (patch)
tree9d70b5f694a44b1bb707b9c67fc119047927554a /tools/mtd-utils
parent8f5987e27ca17a4f6bf1bf09490ee3cb03f38dd2 (diff)
mtd-utils: remove bogus include statement to make it more portable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20853 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r--tools/mtd-utils/patches/130-lzma_jffs2.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/mtd-utils/patches/130-lzma_jffs2.patch b/tools/mtd-utils/patches/130-lzma_jffs2.patch
index b994b9d69..0f2b8af56 100644
--- a/tools/mtd-utils/patches/130-lzma_jffs2.patch
+++ b/tools/mtd-utils/patches/130-lzma_jffs2.patch
@@ -214,7 +214,7 @@
#define JFFS2_NODE_ACCURATE 0x2000
--- a/include/linux/lzma.h 1970-01-01 01:00:00.000000000 +0100
+++ b/include/linux/lzma.h 2010-03-20 23:16:16.380508712 +0100
-@@ -0,0 +1,62 @@
+@@ -0,0 +1,61 @@
+#ifndef __LZMA_H__
+#define __LZMA_H__
+
@@ -235,7 +235,6 @@
+ #include <stdio.h>
+ #include <unistd.h>
+ #include <string.h>
-+ #include <asm/types.h>
+ #include <errno.h>
+ #include <linux/jffs2.h>
+ #ifndef PAGE_SIZE