m68k/irq: Prepare irq handlers for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Fri, 31 Jul 2015 19:56:10 +0000 (21:56 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 1 Aug 2015 06:07:22 +0000 (08:07 +0200)
commit625b86ad26ad35200adc34094c04e04672384735
treea97d0af2f668f43a04c58e9c7f42cb3a93e3d6ee
parent88bd64628f4f170491b47b90d772a229b0082859
m68k/irq: Prepare irq handlers for irq argument removal

The irq argument of most interrupt flow handlers is unused or merily
used instead of a local variable. The handlers which need the irq
argument can retrieve the irq number from the irq descriptor.

Search and update was done with coccinelle and the invaluable help of
Julia Lawall.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: linux-m68k@lists.linux-m68k.org
arch/m68k/coldfire/intc-5272.c
arch/m68k/mac/oss.c
arch/m68k/mac/psc.c