]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/compr_lzo.c
karo: tx6: add support for TX6 HW Rev. 3
[karo-tx-uboot.git] / fs / jffs2 / compr_lzo.c
index a32b9934e4f62ed577e5406d74b4468050367d67..e648ec4fb2e2cf2dc97fd1bf511fc28a9604183f 100644 (file)
@@ -67,8 +67,6 @@
 
 
 #include <config.h>
-#if defined(CONFIG_CMD_JFFS2) && defined(CONFIG_JFFS2_LZO_LZARI)
-
 #include <linux/stddef.h>
 #include <jffs2/jffs2.h>
 #include <jffs2/compr_rubin.h>
@@ -401,5 +399,3 @@ int lzo_decompress(unsigned char *data_in, unsigned char *cpage_out,
        lzo_uint outlen = destlen;
        return lzo1x_decompress (data_in, srclen, cpage_out, &outlen, NULL);
 }
-
-#endif