]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/compr_rubin.c
mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xx
[karo-tx-uboot.git] / fs / jffs2 / compr_rubin.c
index b93977c054cea38afe6193fd581b462cc4a30601..9ff2217738261e210d19f5d135e12b266bb5c1ea 100644 (file)
@@ -39,8 +39,6 @@
  */
 
 #include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2) || defined(CONFIG_CMD_JFFS2)
-
 #include <jffs2/jffs2.h>
 #include <jffs2/compr_rubin.h>
 
@@ -122,5 +120,3 @@ void dynrubin_decompress(unsigned char *data_in, unsigned char *cpage_out,
 
        rubin_do_decompress(bits, data_in+8, cpage_out, dstlen);
 }
-
-#endif /* CFG_CMD_JFFS2 */