diff options
Diffstat (limited to 'fs/cramfs/uncompress.c')
| -rw-r--r-- | fs/cramfs/uncompress.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/fs/cramfs/uncompress.c b/fs/cramfs/uncompress.c index cf6796790..39dd2751b 100644 --- a/fs/cramfs/uncompress.c +++ b/fs/cramfs/uncompress.c @@ -25,8 +25,6 @@  #include <watchdog.h>  #include <zlib.h> -#if defined(CONFIG_CMD_CRAMFS) -  static z_stream stream;  void *zalloc(void *, unsigned, unsigned); @@ -86,5 +84,3 @@ int cramfs_uncompress_exit (void)  	inflateEnd (&stream);  	return 0;  } - -#endif /* CFG_FS_CRAMFS */ |