]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/compr_rtime.c
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / fs / jffs2 / compr_rtime.c
index 2cbd04eff5703cbeedf7d761d48d81a37108ff93..7950e009e1b5fcf00cdb82b284f14c336ff29d56 100755 (executable)
@@ -46,8 +46,6 @@
  */
 
 #include <config.h>
-#if (CONFIG_COMMANDS & CFG_CMD_JFFS2)
-
 #include <jffs2/jffs2.h>
 
 void rtime_decompress(unsigned char *data_in, unsigned char *cpage_out,
@@ -87,5 +85,3 @@ void rtime_decompress(unsigned char *data_in, unsigned char *cpage_out,
                }
        }
 }
-
-#endif /* CFG_CMD_JFFS2 */