genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=n
authorThomas Gleixner <tglx@linutronix.de>
Tue, 24 Mar 2009 19:27:39 +0000 (20:27 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 Mar 2009 19:34:24 +0000 (20:34 +0100)
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: Thomas Gleixner <tglx@linutronix.de>

No differences found