From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: linux-next: build failure after merge of the gpio tree Date: Wed, 23 Dec 2015 00:58:34 +0100 Message-ID: References: <20151222164210.170ec46c@canb.auug.org.au> <87h9jbezsi.fsf@belgarion.home> <20151223071016.6ae2f346@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-ob0-f175.google.com ([209.85.214.175]:35026 "EHLO mail-ob0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753536AbbLVX6f (ORCPT ); Tue, 22 Dec 2015 18:58:35 -0500 Received: by mail-ob0-f175.google.com with SMTP id 18so155702183obc.2 for ; Tue, 22 Dec 2015 15:58:34 -0800 (PST) In-Reply-To: <20151223071016.6ae2f346@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Robert Jarzmik , "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" On Tue, Dec 22, 2015 at 9:10 PM, Stephen Rothwell wrote: > On Tue, 22 Dec 2015 10:08:58 +0100 Linus Walleij wrote: >> >> On Tue, Dec 22, 2015 at 7:57 AM, Robert Jarzmik wrote: >> > Stephen Rothwell writes: >> > >> >> After merging the gpio tree, today's linux-next build (lots without >> >> CONFIG_OF) failed like this: >> >> >> >> drivers/gpio/gpio-pxa.c: In function 'pxa_gpio_probe': >> >> drivers/gpio/gpio-pxa.c:648:12: error: 'pxa_irq_domain_ops' undeclared (first use in this function) >> >> >> >> Caused by commit >> >> >> >> 384ca3c6a28d ("gpio: pxa: change the interrupt management") >> >> >> >> The reference to pxa_irq_domain_ops was moved out of the protection of >> >> CONFIG_OF ... >> >> >> >> Discovered after the release. >> > >> > Hi Stephen, >> > >> > The fix has been sent in http://www.spinics.net/lists/kernel/msg2147774.html but >> > did not reach Linus's next tree yet probably. >> >> Sorry, I'll pick it now-ish... > > Not in the published gpio tree, yet? Pushed now, I was waiting for the autobuilders to munch it first. Sorry for the delay :( Yours, Linus Walleij