Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

genirq: Export irq_gc_noop()

In order to build drivers/irqchip/irq-bcm7120-l2.c as a module which
references irq_gc_noop(), we need to export it towards modules.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211020184859.2705451-10-f.fainelli@gmail.com

authored by

Florian Fainelli and committed by
Marc Zyngier
945486bf 51d9db5c

+1
+1
kernel/irq/generic-chip.c
··· 25 25 void irq_gc_noop(struct irq_data *d) 26 26 { 27 27 } 28 + EXPORT_SYMBOL_GPL(irq_gc_noop); 28 29 29 30 /** 30 31 * irq_gc_mask_disable_reg - Mask chip via disable register