]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/mini_inflate.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / fs / jffs2 / mini_inflate.c
index 181ed11d858c91703dd0eff12379a70a52ee935f..2e55efdb0eaa8eb6378665af85371293672ad978 100755 (executable)
@@ -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 */