summaryrefslogtreecommitdiff
path: root/include/linux/irqhandler.h
AgeCommit message (Collapse)Author
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
Most interrupt flow handlers do not use the irq argument. Those few which use it can retrieve the irq number from the irq descriptor. Remove the argument. Search and replace was done with coccinelle and some extra helper scripts around it. Thanks to Julia for her help! Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Julia Lawall <Julia.Lawall@lip6.fr> Cc: Jiang Liu <jiang.liu@linux.intel.com>
2014-11-23genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner
Required to avoid circular include dependencies. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>