[PATCH linux-next] irq: export handle_fasteoi_irq
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-08-24 20:18:32
Also in:
linux-gpio, linux-next, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-08-24 20:18:32
Also in:
linux-gpio, linux-next, lkml
On Friday 22 August 2014 01:31:20 Vincent Stehl? wrote:
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? <redacted>
Cc: Thomas Gleixner <redacted>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Linus Walleij <redacted>Acked-by: Arnd Bergmann <arnd@arndb.de> I saw the same thing here and came up with the same fix.