diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-09-01 00:16:29 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-09-01 00:16:29 +0200 |
| commit | e99e9575bbeba1b7c48e046547cae065ec0071de (patch) | |
| tree | c08553c4d06725bd6013a46068df0059c5b49a00 /fs/jffs2/mini_inflate.c | |
| parent | a13b2d937941f6b525abfcfad96c034f94421188 (diff) | |
| parent | 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 (diff) | |
| download | olio-uboot-2014.01-e99e9575bbeba1b7c48e046547cae065ec0071de.tar.xz olio-uboot-2014.01-e99e9575bbeba1b7c48e046547cae065ec0071de.zip | |
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'fs/jffs2/mini_inflate.c')
| -rw-r--r-- | fs/jffs2/mini_inflate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/jffs2/mini_inflate.c b/fs/jffs2/mini_inflate.c index 4c50fc32d..bd40a575e 100644 --- a/fs/jffs2/mini_inflate.c +++ b/fs/jffs2/mini_inflate.c @@ -24,9 +24,6 @@ */ #include <config.h> - -#if defined(CONFIG_CMD_JFFS2) - #include <jffs2/mini_inflate.h> /* The order that the code lengths in section 3.2.7 are in */ @@ -392,5 +389,3 @@ long decompress_block(unsigned char *dest, unsigned char *source, #endif return stream.error ? -stream.error : stream.decoded; } - -#endif |