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 <jiang.liu@xxxxxxxxxxxxxxx> > Acked-by: Hans-Christian Egtvedt <egtvedt@xxxxxxxxxxxx> > --- > 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 <msalter@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html