Re: [RFT v2 43/48] genirq, arch: Kill the first parameter 'irq' of irq_flow_handler_t
From: Mark Salter <hidden>
Date: 2015-06-05 14:16:54
Also in:
linux-acpi, linux-pci, lkml, sparclinux
From: Mark Salter <hidden>
Date: 2015-06-05 14:16:54
Also in:
linux-acpi, linux-pci, lkml, sparclinux
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 <redacted> Acked-by: Hans-Christian Egtvedt <redacted> --- 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 <redacted>