genirq: Export handle_bad_irq
authorArnd Bergmann <[email protected]>
Tue, 6 Oct 2015 20:24:50 +0000 (22:24 +0200)
committerThomas Gleixner <[email protected]>
Fri, 9 Oct 2015 15:17:30 +0000 (17:17 +0200)
commit9d67dc5da59d63f746aad8f6ec4fbb86d6486f76
tree35a9cd4c32e451803f8c51dbf479e590b11a856f
parentc6fa8e6de3dc420cba092bf155b2ed25bcd537f7
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 <[email protected]>
Cc: Grygorii Strashko <[email protected]>
Cc: Santosh Shilimkar <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: Austin Schuh <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/5847725.4IBopItaOr@wuerfel
Signed-off-by: Thomas Gleixner <[email protected]>
kernel/irq/handle.c