All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/irq: export irq_gc_set_wake
@ 2021-03-05  8:06 ` Jianqun Xu
  0 siblings, 0 replies; 6+ messages in thread
From: Jianqun Xu @ 2021-03-05  8:06 UTC (permalink / raw)
  To: tglx; +Cc: linux-kernel, linus.walleij, heiko, linux-rockchip, Jianqun Xu

Module driver may use irq_gc_set_wake.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
---
 kernel/irq/generic-chip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/generic-chip.c b/kernel/irq/generic-chip.c
index a23ac2bbf433..f8f23af6ab0d 100644
--- 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)
 {
-- 
2.25.1




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-03-11  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05  8:06 [PATCH] kernel/irq: export irq_gc_set_wake Jianqun Xu
2021-03-05  8:06 ` Jianqun Xu
2021-03-10 22:58 ` Linus Walleij
2021-03-10 22:58   ` Linus Walleij
2021-03-11  9:36   ` Marc Zyngier
2021-03-11  9:36     ` Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.