Skip to content
Commit d6ee6d23 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Thomas Gleixner
Browse files

genirq: Export symbol no_action()



This will allow to use the dummy IRQ handler no_action() from drivers
compiled as module. Drivers which use ARM FIQ interrupts can use this
to request the interrupt via the normal request_irq() mechanism w/o
having to copy the dummy handler to their own code.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Link: http://lkml.kernel.org/r/1395476431-16070-1-git-send-email-shc_work@mail.ru


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b524ca74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment