9
0
Fork 0

fs: ubifs: Fix unused function warning

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-02-28 10:48:16 +01:00
parent 81ba01fee6
commit 15d559e191
1 changed files with 2 additions and 0 deletions

View File

@ -49,11 +49,13 @@ struct z_stream_s ubifs_zlib_stream;
/* compress.c */
#ifdef CONFIG_ZLIB
static int ubifs_deflate_decompress(const u8 *src, unsigned int slen, u8 *dst,
unsigned int *dlen)
{
return deflate_decompress(&ubifs_zlib_stream, src, slen, dst, dlen);
}
#endif
/* All UBIFS compressors */
struct ubifs_compressor ubifs_compressors[UBIFS_COMPR_TYPES_CNT] = {