genirq: Export irq_gc_noop()
authorFlorian Fainelli <f.fainelli@gmail.com>
Wed, 20 Oct 2021 18:48:55 +0000 (11:48 -0700)
committerMarc Zyngier <maz@kernel.org>
Wed, 20 Oct 2021 19:06:33 +0000 (20:06 +0100)
commit945486bf1ee3362068d95b5e1b5d4a7779ea0aaf
treeba6c9f9ab04969c5211e4cbfbca12dc9066b0fbc
parent51d9db5c8fbbed160081d4cb5c193abdf67ded05
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
kernel/irq/generic-chip.c