]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/compr_rubin.c
fdt_support: add missing #ifdef after merge
[karo-tx-uboot.git] / fs / jffs2 / compr_rubin.c
index f6f3fa1b5887c1f3bfc2ebc85e77e9242a63fe53..9ff2217738261e210d19f5d135e12b266bb5c1ea 100644 (file)
@@ -39,8 +39,6 @@
  */
 
 #include <config.h>
-#if 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