projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be141d
)
irq: Export handle_fasteoi_irq
author
Vincent Stehlé
<
[email protected]
>
Thu, 21 Aug 2014 23:31:20 +0000
(
01:31
+0200)
committer
Thomas Gleixner
<
[email protected]
>
Mon, 25 Aug 2014 19:13:30 +0000
(21:13 +0200)
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é <
[email protected]
>
Acked-by: Arnd Bergmann <
[email protected]
>
Cc:
[email protected]
Cc: Vincent Stehle <
[email protected]
>
Cc: Lars-Peter Clausen <
[email protected]
>
Cc: Linus Walleij <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
kernel/irq/chip.c
patch
|
blob
|
history
diff --git
a/kernel/irq/chip.c
b/kernel/irq/chip.c
index a2b28a2fd7b16d270c45b3c40719a35d0034c58d..6223fab9a9d22b7bedd5e6b1f23ccd8a0347d6d1 100644
(file)
--- 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_GPL(handle_fasteoi_irq);
/**
* handle_edge_irq - edge type IRQ handler