Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas 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-23 | genirq: Split out flow handler typedefs into seperate header file | Thomas Gleixner | |
Required to avoid circular include dependencies. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |