From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753904AbbLVFmR (ORCPT ); Tue, 22 Dec 2015 00:42:17 -0500 Received: from ozlabs.org ([103.22.144.67]:38293 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752679AbbLVFmN (ORCPT ); Tue, 22 Dec 2015 00:42:13 -0500 Date: Tue, 22 Dec 2015 16:42:10 +1100 From: Stephen Rothwell To: Linus Walleij Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Jarzmik Subject: linux-next: build failure after merge of the gpio tree Message-ID: <20151222164210.170ec46c@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au