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

Sascha Hauer s.hauer at pengutronix.de
Mon Jul 30 04:06:50 EDT 2012


On Mon, Jul 30, 2012 at 09:56:15AM +0200, Sascha Hauer wrote:
> 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?

Ok, applied this one into my for-next/compressed-prepare branch, so it
will be in master when we apply this series later.

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