From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752770AbbLVJJZ (ORCPT ); Tue, 22 Dec 2015 04:09:25 -0500 Received: from mail-oi0-f43.google.com ([209.85.218.43]:36267 "EHLO mail-oi0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754060AbbLVJI7 (ORCPT ); Tue, 22 Dec 2015 04:08:59 -0500 MIME-Version: 1.0 In-Reply-To: <87h9jbezsi.fsf@belgarion.home> References: <20151222164210.170ec46c@canb.auug.org.au> <87h9jbezsi.fsf@belgarion.home> Date: Tue, 22 Dec 2015 10:08:58 +0100 Message-ID: Subject: Re: linux-next: build failure after merge of the gpio tree From: Linus Walleij To: Robert Jarzmik Cc: Stephen Rothwell , "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 22, 2015 at 7:57 AM, Robert Jarzmik wrote: > Stephen Rothwell writes: > >> Hi Linus, >> >> 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... Yours, Linus Walleij