Skip to content
Commit 3a38148f authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=n



Impact: Undo compile breakage for archs with CONFIG_GENERIC_HARDIRQ=n

The threaded interrupt handler patches changed request_irq from extern
to inline. Architectures which do not use the generic irq code still
have request_irq() as a global function and therefor fail to compile.

Keep the extern declaration for CONFIG_GENERIC_HARDIRQ=n

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent f48fe81e
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