diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-14 10:50:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-14 10:50:33 +0000 |
commit | 01ca56639cc2b64c7480077e251576166cf86613 (patch) | |
tree | 024d1f83c12ccbc8e69679753c578b5072993265 /tools/mtd-utils | |
parent | da1f79f93ce03cedcf0559b7f3ba609f3ba03042 (diff) | |
download | upstream-01ca56639cc2b64c7480077e251576166cf86613.tar.gz upstream-01ca56639cc2b64c7480077e251576166cf86613.tar.bz2 upstream-01ca56639cc2b64c7480077e251576166cf86613.zip |
mtd-utils: remove bogus include statement to make it more portable
SVN-Revision: 20853
Diffstat (limited to 'tools/mtd-utils')
-rw-r--r-- | tools/mtd-utils/patches/130-lzma_jffs2.patch | 3 |
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 b994b9d698..0f2b8af561 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 |