]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/mini_inflate.c
jffs2: cache data_crc results
[karo-tx-uboot.git] / fs / jffs2 / mini_inflate.c
index 4c50fc32dc20f6c53561c394ad9605c9f32d9914..bd40a575ed524ae365474e3b1046cf3872369d39 100644 (file)
@@ -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