[PATCH] Export handle_fasteoi_irq

From: matwey
Date: Sat Aug 30 2014 - 02:52:47 EST


From: "Matwey V. Kornilov" <matwey@xxxxxxxxxx>

handle_fasteoi_irq is required by drivers/gpio/gpio-zynq.c and drivers/gpio/gpio-sodaville.c
We need to export it properly to avoid built issues like:

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

Signed-off-by: Matwey V. Kornilov <matwey@xxxxxxxxxx>
---
kernel/irq/chip.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index a2b28a2..9ce0c5d 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -517,6 +517,7 @@ out:
chip->irq_eoi(&desc->irq_data);
raw_spin_unlock(&desc->lock);
}
+EXPORT_SYMBOL(handle_fasteoi_irq);

/**
* handle_edge_irq - edge type IRQ handler
--
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/