]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Export handle_bad_irq
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Oct 2015 20:24:50 +0000 (22:24 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 9 Oct 2015 15:17:30 +0000 (17:17 +0200)
commit1d41a462d001de89f5013b2e138ae34d70f4637b
tree35a9cd4c32e451803f8c51dbf479e590b11a856f
parent9ca1c985f7baa48dd8a95ecb94d25b3e5d919c0e
genirq: Export handle_bad_irq

A cleanup of the omap gpio driver introduced a use of the
handle_bad_irq() function in a device driver that can be
a loadable module.

This broke the ARM allmodconfig build:

ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined!

This patch exports the handle_bad_irq symbol in order to
allow the use in modules.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Austin Schuh <austin@peloton-tech.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/5847725.4IBopItaOr@wuerfel
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/handle.c