Re: [PATCH] genirq: Export IRQ functions for module use

From: Linus Walleij
Date: Mon Mar 07 2016 - 02:39:59 EST


On Thu, Mar 3, 2016 at 9:56 PM, Quan Nguyen <qnguyen@xxxxxxx> wrote:

> Export list of functions below to build gpio-xgene-sb driver as module
> + irq_chip_*_parent()
> + irq_domain_create_hierarchy(),
> + irq_domain_set_hwirq_and_chip(),
> + irq_domain_reset_irq_data(),
> + irq_domain_alloc/free_irqs_parent()
>
> Signed-off-by: Quan Nguyen <qnguyen@xxxxxxx>
> Link: https://lists.01.org/pipermail/kbuild-all/2016-February/017914.html

Seems like the right solution if we should have run-time loaded
IRQchips.

Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

This causes a build error in -next so if it's not solved before the merge window
we may have to mark the xgene standby driver as bool to overcome the problem.

Yours,
Linus Walleij