public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: markus@oberhumer•com (Markus F.X.J. Oberhumer)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] lib: decompress_unlzo: Change include file name
Date: Mon, 15 Oct 2012 16:32:55 +0200	[thread overview]
Message-ID: <507C1E97.3020006@oberhumer.com> (raw)
In-Reply-To: <1350238390-1549-1-git-send-email-festevam@gmail.com>

Thanks Fabio,

that should already be fixed on the "lzo-update" branch at

  git://github.com/markus-oberhumer/linux.git lzo-update

Cheers,
Markus

On 2012-10-14 20:13, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale•com>
> 
> Commit 7c979cebc (lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c) 
> renamed lzo1x_decompress.c file, but missed to update lib/decompress_unlzo.c,
> which breaks imx_v6_v7_defconfig build:
> 
> arch/arm/boot/compressed/../../../../lib/decompress_unlzo.c:34:34: fatal error: lzo/lzo1x_decompress.c: No such file or directory
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale•com>
> ---
>  lib/decompress_unlzo.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c
> index 4531294..960183d 100644
> --- a/lib/decompress_unlzo.c
> +++ b/lib/decompress_unlzo.c
> @@ -31,7 +31,7 @@
>   */
>  
>  #ifdef STATIC
> -#include "lzo/lzo1x_decompress.c"
> +#include "lzo/lzo1x_decompress_safe.c"
>  #else
>  #include <linux/decompress/unlzo.h>
>  #endif

-- 
Markus Oberhumer, <markus@oberhumer•com>, http://www.oberhumer.com/

      reply	other threads:[~2012-10-15 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-14 18:13 [PATCH] lib: decompress_unlzo: Change include file name Fabio Estevam
2012-10-15 14:32 ` Markus F.X.J. Oberhumer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=507C1E97.3020006@oberhumer.com \
    --to=markus@oberhumer$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox