Re: [PATCH 06/11] genirq: Export irq_gc_{unmask_enable,mask_disable}_reg

From: Florian Fainelli
Date: Sat Sep 25 2021 - 22:30:21 EST




On 9/24/2021 10:05 AM, Florian Fainelli wrote:
In order to allow drivers/irqchip/irq-brcmstb-l2.c to be built as a
module we need to export: irq_gc_unmask_enable_reg() and
irq_gc_mask_disable_reg().

Note to self: this needs to come before patch 5 to avoid a modular build linking failure.
--
Florian