projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b991f8c
)
kernel/irq: export irq_gc_set_wake
author
Jianqun Xu
<jay.xu@rock-chips.com>
Fri, 5 Mar 2021 08:06:58 +0000
(16:06 +0800)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 15 Mar 2021 15:36:44 +0000
(16:36 +0100)
Module driver may use irq_gc_set_wake.
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link:
https://lore.kernel.org/r/20210305080658.2422114-1-jay.xu@rock-chips.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
kernel/irq/generic-chip.c
patch
|
blob
|
history
diff --git
a/kernel/irq/generic-chip.c
b/kernel/irq/generic-chip.c
index a23ac2bbf4339019b7a1d4bad56cc4c640785c14..f8f23af6ab0dc4533e8fe94ca6a2c5dfc6166084 100644
(file)
--- a/
kernel/irq/generic-chip.c
+++ b/
kernel/irq/generic-chip.c
@@
-200,6
+200,7
@@
int irq_gc_set_wake(struct irq_data *d, unsigned int on)
irq_gc_unlock(gc);
return 0;
}
+EXPORT_SYMBOL_GPL(irq_gc_set_wake);
static u32 irq_readl_be(void __iomem *addr)
{