9
0
Fork 0

decompress_unlzo: define decompress_unlzo as decompress

so we can use decompress in the decompressor
this will simplify multi decompress support

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-07-27 20:33:06 +02:00 committed by Sascha Hauer
parent 7ff489627a
commit 991e1caf2f
1 changed files with 1 additions and 0 deletions

View File

@ -289,3 +289,4 @@ exit_1:
exit:
return ret;
}
#define decompress decompress_unlzo