irqchip/keystone: Prepare keystone_irq_handler for irq argument removal
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:38:07 +0000 (22:38 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jul 2015 20:53:22 +0000 (22:53 +0200)
commit283653a368f49773ee7242e2a03227d7de5d3a7e
tree8e52ca059a0c69182133805d0646c7d61fc285b4
parent99705f995a704fdf8625464d70ef5c5750ea55e2
irqchip/keystone: Prepare keystone_irq_handler 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>
drivers/irqchip/irq-keystone.c