Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753534AbbETSzu (ORCPT ); Wed, 20 May 2015 14:55:50 -0400 Received: from smtp06.smtpout.orange.fr ([80.12.242.128]:57185 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753011AbbETSzq (ORCPT ); Wed, 20 May 2015 14:55:46 -0400 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Wed, 20 May 2015 20:55:44 +0200 X-ME-IP: 109.222.117.92 From: Robert Jarzmik To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Russell King , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement , Hans Ulli Kroll , Shawn Guo , Sascha Hauer , Roland Stigge , Tony Lindgren , Rajendra Nayak , Paul Walmsley , Daniel Mack , Haojian Zhuang , Kukjin Kim , Krzysztof Kozlowski , Arnd Bergmann , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Russell King , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: Re: [RFC v1 15/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t References: <1432116013-25902-1-git-send-email-jiang.liu@linux.intel.com> <1432116013-25902-16-git-send-email-jiang.liu@linux.intel.com> X-URL: http://belgarath.falguerolles.org/ Date: Wed, 20 May 2015 20:54:12 +0200 In-Reply-To: <1432116013-25902-16-git-send-email-jiang.liu@linux.intel.com> (Jiang Liu's message of "Wed, 20 May 2015 18:00:03 +0800") Message-ID: <87mw0zhygb.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 22 Jiang Liu writes: > diff --git a/arch/arm/mach-pxa/pcm990-baseboard.c b/arch/arm/mach-pxa/pcm990-baseboard.c > index 2897da2a5df6..0d8331f8536e 100644 > --- a/arch/arm/mach-pxa/pcm990-baseboard.c > +++ b/arch/arm/mach-pxa/pcm990-baseboard.c > @@ -287,6 +287,7 @@ static struct irq_chip pcm990_irq_chip = { > static void pcm990_irq_handler(unsigned int irq, struct irq_desc *desc) > { > unsigned long pending; > + unsigned int irq; That doesn't look good, double irq definition. Cheers. -- Robert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/