Skip to content

Commit 131d326

Browse files
mkshahcMarc Zyngier
authored andcommitted
irqdomain: Export irq_domain_disconnect_hierarchy()
Export irq_domain_disconnect_hierarchy() so irqchip module drivers can use it. Signed-off-by: Maulik Shah <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ff11764 commit 131d326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/irqdomain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,7 @@ int irq_domain_disconnect_hierarchy(struct irq_domain *domain,
12151215
irqd->chip = ERR_PTR(-ENOTCONN);
12161216
return 0;
12171217
}
1218+
EXPORT_SYMBOL_GPL(irq_domain_disconnect_hierarchy);
12181219

12191220
static int irq_domain_trim_hierarchy(unsigned int virq)
12201221
{

0 commit comments

Comments
 (0)