fs: btrfs: Use LZO_LEN to replace immediate number
[oweals/u-boot.git] / fs / jffs2 / compr_zlib.c
index 29dfe1b66401c52682e90dda39185f7f43cca98f..d306b6dc4cfe8961c8d8f228087e04b2333904f5 100644 (file)
@@ -37,8 +37,6 @@
 
 #include <common.h>
 #include <config.h>
-#if defined(CONFIG_CMD_JFFS2)
-
 #include <jffs2/jffs2.h>
 #include <jffs2/mini_inflate.h>
 
@@ -48,5 +46,3 @@ long zlib_decompress(unsigned char *data_in, unsigned char *cpage_out,
     return (decompress_block(cpage_out, data_in + 2, (void *) ldr_memcpy));
 
 }
-
-#endif