From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH V2 6/8] lzma: Make lzma available to non initramfs/initrd code Date: Wed, 6 Jan 2010 16:31:13 -0800 Message-ID: <20100106163113.637e47db.akpm@linux-foundation.org> References: <20100106140409.ba0f63d1.akpm@linux-foundation.org> <4B4528C8.3020603@lougher.demon.co.uk> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4B4528C8.3020603@lougher.demon.co.uk> Sender: linux-embedded-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Phillip Lougher Cc: linux-embedded@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, phillip.lougher@gmail.com, tim.bird@am.sony.com, Stephen Rothwell , Albin Tonnerre On Thu, 07 Jan 2010 00:20:24 +0000 Phillip Lougher wrote: > Andrew Morton wrote: > > > So what to do? I guess I could go ahead with the mainline merge, and > > Stephen drops from linux-next until it has > > been fixed up? > > > > Yes, I'm happy with that. The following patch is the necessary fix > that needs to go into linux-next when you've gone ahead with the > mainline merge of the lib-add-support-for-lzo-compressed-kernels.patch. ooh, goody, thanks. > diff --git a/lib/decompress_unlzo.c b/lib/decompress_unlzo.c > index db521f4..edd82c3 100644 > --- a/lib/decompress_unlzo.c > +++ b/lib/decompress_unlzo.c > @@ -39,6 +39,7 @@ > > #include > #include > +#include > #include > > #include Your email client is doing space-stuffing.