X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=fs%2Fjffs2%2Fmini_inflate.c;h=bd40a575ed524ae365474e3b1046cf3872369d39;hb=3e3989619f5ed3ee28002d985f3da28540586ab9;hp=4c50fc32dc20f6c53561c394ad9605c9f32d9914;hpb=d1bc6c8d5f4a9c7ca9fb2292d5c65f846dcc3995;p=karo-tx-uboot.git diff --git a/fs/jffs2/mini_inflate.c b/fs/jffs2/mini_inflate.c index 4c50fc32dc..bd40a575ed 100644 --- a/fs/jffs2/mini_inflate.c +++ b/fs/jffs2/mini_inflate.c @@ -24,9 +24,6 @@ */ #include - -#if defined(CONFIG_CMD_JFFS2) - #include /* 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