overo: add SPL support
[oweals/u-boot.git] / fs / jffs2 / mini_inflate.c
index 4f511ec1a479e8d5fa93e5ea87c559102cfd2de1..bd40a575ed524ae365474e3b1046cf3872369d39 100644 (file)
@@ -24,9 +24,6 @@
  */
 
 #include <config.h>
-
-#if (CONFIG_COMMANDS & CFG_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 /* CFG_CMD_JFFS2 */