Around Wed 20 May 2015 18:00:08 +0800 or thereabout, 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>
---
arch/alpha/kernel/irq.c | 2 +-
arch/avr32/mach-at32ap/extint.c | 2 +-
arch/avr32/mach-at32ap/pio.c | 2 +-
For the AVR32 related bits
Acked-by: Hans-Christian Egtvedt <redacted>
arch/blackfin/kernel/ipipe.c | 4 ++--
arch/c6x/platforms/megamod-pic.c | 3 ++-
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 | 3 ++-
arch/x86/kernel/irq_64.c | 2 +-
arch/x86/lguest/boot.c | 2 +-
12 files changed, 16 insertions(+), 14 deletions(-)
<snipp diff>
--
HcE