]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/compr_rtime.c
at91sam9263ek: add mmc support
[karo-tx-uboot.git] / fs / jffs2 / compr_rtime.c
index 144263c4225fc119bd767c46881fdda8fd486825..89b9f2f13eb8df9391a0959fe2e68f53856b9113 100644 (file)
@@ -46,8 +46,6 @@
  */
 
 #include <config.h>
-#if defined(CONFIG_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