Skip to content

Commit a4b3990

Browse files
Dr. David Alan GilbertKAGA-KOKO
authored andcommitted
genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()
The recent conversion of brcmstb_l2_mask_and_ack() to irq_gc_mask_disable_and_ack_set() missed that the driver can be built as a module, but the generic function is not exported. Add the missing export. [ tglx: Converted it to a fix ] Fixes: dd1f17a ("irqchip/irq-brcmstb-l2: Replace brcmstb_l2_mask_and_ack() by generic function") Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 554d0fe commit a4b3990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/generic-chip.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ void irq_gc_mask_disable_and_ack_set(struct irq_data *d)
162162
irq_reg_writel(gc, mask, ct->regs.ack);
163163
irq_gc_unlock(gc);
164164
}
165+
EXPORT_SYMBOL_GPL(irq_gc_mask_disable_and_ack_set);
165166

166167
/**
167168
* irq_gc_eoi - EOI interrupt

0 commit comments

Comments
 (0)