diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-10-22 17:49:21 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-10-25 08:55:42 +0100 |
commit | 1ba5478270a5c3a02b08052a3c003c282f2db94a (patch) | |
tree | 7d7c9ff57e1f2deab4a554f5d078688957ae2db7 /mm | |
parent | 21ce6992f38764430b134c15fa861f9ac4973340 (diff) |
irqchip: Fix compile-testing without CONFIG_OF
Drivers using the new IRQCHIP_PLATFORM_DRIVER_BEGIN helper
fail to link when compile-testing without CONFIG_OF,
as that means CONFIG_IRQCHIP is disabled as well:
ld.lld: error: undefined symbol: platform_irqchip_probe
>>> referenced by irq-meson-gpio.c
>>> irqchip/irq-meson-gpio.o:(meson_gpio_intc_driver) in archive drivers/built-in.a
>>> referenced by irq-mchp-eic.c
>>> irqchip/irq-mchp-eic.o:(mchp_eic_driver) in archive drivers/built-in.a
As the drivers are not actually used in this case, just
making the reference to this symbol conditional helps
avoid the link failure.
Fixes: f8410e626569 ("irqchip: Add IRQCHIP_PLATFORM_DRIVER_BEGIN/END and IRQCHIP_MATCH helper macros")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20211022154927.920491-1-arnd@kernel.org
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions