mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-26 12:30:23 +09:00
UPSTREAM: kernel/irq: export irq_gc_set_wake
Module driver may use irq_gc_set_wake.
Bug: 194515348
Change-Id: I52f43e1dff15d987532395e5151e65419b5904b2
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>
(cherry picked from commit 024c79520f)
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
36fbb55631
commit
2a8bfea53d
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user