genirq: Export symbol no_action()
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 22 Mar 2014 08:20:31 +0000 (12:20 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 22 Mar 2014 10:33:09 +0000 (11:33 +0100)
commitd6ee6d2325faeec3fb0122a4840678a2ba62b04b
tree07de019fd660b4ab90d7d3e7bf0666ba242a0834
parentb524ca742ef304970f61c32af320e5c5bdb355ff
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: Alexander Shiyan <shc_work@mail.ru>
Link: http://lkml.kernel.org/r/1395476431-16070-1-git-send-email-shc_work@mail.ru
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/handle.c
This page took 0.026371 seconds and 5 git commands to generate.