From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 15 Mar 2008 16:36:41 +0000 (+0100) Subject: cramfs: Fix ifdef X-Git-Tag: v1.3.3-rc1~205^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0210cff3d079d97b2156b13685ee8de368e68a1a;p=pandora-u-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 2e906eb4cfa..a9c0b7d46eb 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;