On Thu, Mar 3, 2016 at 9:56 PM, Quan Nguyen <qngu...@apm.com> 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 <qngu...@apm.com> > 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.wall...@linaro.org> 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