From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 15 Mar 2008 16:36:41 +0000 (+0100) Subject: cramfs: Fix ifdef X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0210cff3d079d97b2156b13685ee8de368e68a1a;p=project%2Fbcm63xx%2Fu-boot.git cramfs: Fix ifdef Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/fs/cramfs/uncompress.c b/fs/cramfs/uncompress.c index 2e906eb4cf..a9c0b7d46e 100644 --- a/fs/cramfs/uncompress.c +++ b/fs/cramfs/uncompress.c @@ -25,7 +25,7 @@ #include #include -#if defined(CONFIG_CMD_JFFS2) +#if defined(CONFIG_CMD_CRAMFS) static z_stream stream;