From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: linux-next: build failure after merge of the mfd tree Date: Fri, 16 Oct 2015 12:10:45 +0200 Message-ID: <4536236.o1KfIdZ0yO@wuerfel> References: <20151015132602.7816b658@canb.auug.org.au> <5895082.5iDhc8pylg@wuerfel> <20151016122704.4320da9e@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20151016122704.4320da9e@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Christoph Hellwig , Lee Jones , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Shevchenko List-Id: linux-next.vger.kernel.org On Friday 16 October 2015 12:27:04 Stephen Rothwell wrote: > Hi Arnd, > > On Thu, 15 Oct 2015 14:28:20 +0200 Arnd Bergmann wrote: > > > > diff --git a/include/asm-generic/io-64-nonatomic-hi-lo.h b/include/asm-generic/io-64-nonatomic-hi-lo.h > > new file mode 100644 > > index 000000000000..32b73abce1b0 > > --- /dev/null > > +++ b/include/asm-generic/io-64-nonatomic-hi-lo.h > > @@ -0,0 +1,2 @@ > > +/* XXX: delete asm-generic/io-64-nonatomic-hi-lo.h after converting new users */ > > +#include > > Turns out you need the same for io-64-nonatomic-lo-hi.h as well ... > > D'oh! fixed now, thanks for your patience. Arnd