[PATCH 08/12] decompress_unlzo: define decompress_unlzo as decompress

Sascha Hauer s.hauer at pengutronix.de
Mon Jul 30 03:56:15 EDT 2012


On Fri, Jul 27, 2012 at 08:33:06PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> so we can use decompress in the decompressor
> this will simplify multi decompress support
> 
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
>  lib/decompress_unlzo.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c
> index 0e6a7ad..56abfc6 100644
> --- a/lib/decompress_unlzo.c
> +++ b/lib/decompress_unlzo.c
> @@ -289,3 +289,4 @@ exit_1:
>  exit:
>  	return ret;
>  }
> +#define decompress decompress_unlzo

Shouldn't this be before 5/12?

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list