OSDN Git Service

irq: Export handle_fasteoi_irq
authorVincent Stehlé <vincent.stehle@laposte.net>
Thu, 21 Aug 2014 23:31:20 +0000 (01:31 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 25 Aug 2014 19:13:30 +0000 (21:13 +0200)
commit7cad45eea3849faeb34591b60d16b50d13a38d77
tree3254f802ef0bc5e3490a1cab6f1783429738bed9
parent7be141d0554921751db103b54e9f794956aa4f65
irq: Export handle_fasteoi_irq

Export handle_fasteoi_irq to be able to use it in e.g. the Zynq gpio driver
since commit 6dd859508336 ("gpio: zynq: Fix IRQ handlers").

This fixes the following link issue:

  ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Vincent Stehle <vincent.stehle@laposte.net>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Link: http://lkml.kernel.org/r/1408663880-29179-1-git-send-email-vincent.stehle@laposte.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/chip.c