Skip to content
Snippets Groups Projects
Commit bd0b9ac4 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Remove irq argument from irq flow handlers


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: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
parent b237721c
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 32 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment