From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754583AbbLPDzH (ORCPT ); Tue, 15 Dec 2015 22:55:07 -0500 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:9752 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753676AbbLPDzF convert rfc822-to-8bit (ORCPT ); Tue, 15 Dec 2015 22:55:05 -0500 X-IronPort-AV: E=Sophos;i="5.20,435,1444719600"; d="scan'208";a="83537885" From: Yendapally Reddy Dhananjaya Reddy To: Stephen Rothwell , Linus Walleij CC: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: linux-next: build failure after merge of the gpio tree Thread-Topic: linux-next: build failure after merge of the gpio tree Thread-Index: AQHRN7MqmcpMncX4LUCO882PbKf47Z7M+GFA Date: Wed, 16 Dec 2015 03:55:03 +0000 Message-ID: <1B315A1C295D4642836F090C3F8FEB76042593B8@SJEXCHMB13.corp.ad.broadcom.com> References: <20151216143755.67915348@canb.auug.org.au> In-Reply-To: <20151216143755.67915348@canb.auug.org.au> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.16.203.100] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Stephen, Sorry. It's my mistake. In the first patch set, I tested it with "irq_clear_status_flags(irq, IRQ_NOREQUEST);" and in the v2 patch set the old one got in. Regards Dhananjay -----Original Message----- From: Stephen Rothwell [mailto:sfr@canb.auug.org.au] Sent: Wednesday, December 16, 2015 9:08 AM To: Linus Walleij Cc: linux-next@vger.kernel.org; linux-kernel@vger.kernel.org; Yendapally Reddy Dhananjaya Reddy Subject: linux-next: build failure after merge of the gpio tree Hi Linus, After merging the gpio tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-nsp-gpio.c: In function 'nsp_gpio_probe': drivers/pinctrl/bcm/pinctrl-nsp-gpio.c:699:4: error: implicit declaration of function 'set_irq_flags' [-Werror=implicit-function-declaration] set_irq_flags(irq, IRQF_VALID); ^ drivers/pinctrl/bcm/pinctrl-nsp-gpio.c:699:23: error: 'IRQF_VALID' undeclared (first use in this function) set_irq_flags(irq, IRQF_VALID); ^ Caused by commit 8bfcbbbcabe0 ("pinctrl: nsp: add gpio-a driver support for Broadcom NSP SoC") set_irq_flags was removed before v4.3-rc2 ... I have used the gpio tree from next-20151215 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au