Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423352AbbFEOQy (ORCPT ); Fri, 5 Jun 2015 10:16:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58027 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423333AbbFEOQr (ORCPT ); Fri, 5 Jun 2015 10:16:47 -0400 Message-ID: <1433513800.24429.56.camel@deneb.redhat.com> Subject: Re: [RFT v2 43/48] genirq, arch: Kill the first parameter 'irq' of irq_flow_handler_t From: Mark Salter To: Jiang Liu Cc: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Richard Henderson , Ivan Kokshaysky , Matt Turner , Haavard Skinnemoen , Hans-Christian Egtvedt , Aurelien Jacquiot , "David S. Miller" , Chris Metcalf , Guan Xuetao , Andreas Larsson , Joe Perches , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, linux-alpha@vger.kernel.org, linux-c6x-dev@linux-c6x.org, sparclinux@vger.kernel.org Date: Fri, 05 Jun 2015 10:16:40 -0400 In-Reply-To: <1433391238-19471-44-git-send-email-jiang.liu@linux.intel.com> References: <1433391238-19471-1-git-send-email-jiang.liu@linux.intel.com> <1433391238-19471-44-git-send-email-jiang.liu@linux.intel.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1339 Lines: 33 On Thu, 2015-06-04 at 12:13 +0800, Jiang Liu wrote: > Now most IRQ flow handlers make no use of the first parameter 'irq'. > And for those who do make use of 'irq', we could easily get the irq > number through irq_desc->irq_data->irq. So kill the first parameter > 'irq' of irq_flow_handler_t. > > To ease review, I have split the changes into several parts, though > they should be merge as one to support bisecting. > > Signed-off-by: Jiang Liu > Acked-by: Hans-Christian Egtvedt > --- > arch/alpha/kernel/irq.c | 2 +- > arch/avr32/mach-at32ap/extint.c | 2 +- > arch/avr32/mach-at32ap/pio.c | 2 +- > arch/c6x/platforms/megamod-pic.c | 2 +- > arch/sparc/kernel/leon_kernel.c | 2 +- > arch/sparc/kernel/leon_pci_grpci1.c | 2 +- > arch/sparc/kernel/leon_pci_grpci2.c | 2 +- > arch/tile/kernel/pci_gx.c | 4 ++-- > arch/unicore32/kernel/irq.c | 2 +- > 9 files changed, 10 insertions(+), 10 deletions(-) For c6x: Acked-by: Mark Salter -- 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/