summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/mini_inflate.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-31 04:24:56 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-31 04:24:56 +0200
commit08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 (patch)
tree0b8d061f6fd4b7ad68b94e509e644e5456a44613 /fs/jffs2/mini_inflate.c
parentc1de7a6daf9c657484e1c6d433f01fccd49a7f48 (diff)
downloadtalos-obmc-uboot-08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878.tar.gz
talos-obmc-uboot-08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878.zip
fs: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'fs/jffs2/mini_inflate.c')
-rw-r--r--fs/jffs2/mini_inflate.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/jffs2/mini_inflate.c b/fs/jffs2/mini_inflate.c
index 4c50fc32dc..bd40a575ed 100644
--- a/fs/jffs2/mini_inflate.c
+++ b/fs/jffs2/mini_inflate.c
@@ -24,9 +24,6 @@
*/
#include <config.h>
-
-#if defined(CONFIG_CMD_JFFS2)
-
#include <jffs2/mini_inflate.h>
/* The order that the code lengths in section 3.2.7 are in */
@@ -392,5 +389,3 @@ long decompress_block(unsigned char *dest, unsigned char *source,
#endif
return stream.error ? -stream.error : stream.decoded;
}
-
-#endif
OpenPOWER on IntegriCloud