On Tue, 27 Sep 2016, Mark Brown wrote:
On Tue, Sep 27, 2016 at 10:49:27AM +0100, Build bot for Mark Brown wrote:
-next is still failing to build an arm and arm64 allmodconfig due to:
arm64-allmodconfig ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined!
arm-allmodconfig ERROR: "irq_set_parent" [drivers/mfd/tps65217.ko] undefined!
due to 262d5cc6ceb293 (mfd: tps65217: Add support for IRQs) since irq_set_parent() isn't exported. There was a fix posted adding the export to the IRQ subsystem but it's still not been applied, the function is being used in order to enable lazy IRQ disabling for threaded interrupts:
Right H-hour is fast approaching. How are we going to resolve this?