Skip to content

Commit

Permalink
kernel/irq: export irq_gc_set_wake
Browse files Browse the repository at this point in the history
Module driver may use irq_gc_set_wake.

Signed-off-by: Jianqun Xu <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
jayxurockchip authored and linusw committed Mar 15, 2021
1 parent b991f8c commit 024c795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/irq/generic-chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 024c795

Please sign in to comment.