From: Thomas Gleixner Date: Tue, 24 Mar 2009 19:27:39 +0000 (+0100) Subject: genirq: provide old request_irq() for CONFIG_GENERIC_HARDIRQ=n X-Git-Tag: v2.6.30-rc1~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a38148f0488069cadb75c4a6909954072d648bf;p=pandora-kernel.git 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: Thomas Gleixner --- Reading git-diff-tree failed