提交 d9ee91c1 编写于 作者: T Thomas Gleixner

irqchip/meson: Disable COMPILE_TEST

The driver fails to compile with CONFIG_COMPILE_TEST=y on x86:

irq-meson-gpio.c: In function ‘meson_gpio_irq_parse_dt’:
irq-meson-gpio.c:343:8: error: implicit declaration of function
			       ‘of_property_read_variable_u32_array’
  ret = of_property_read_variable_u32_array(node,

Adding COMPILE_TEST to a driver requires at least compile testing it for
x86....
Reported-by: NIngo Molnar <mingo@kernel.org>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Cc: Heiner Kallweit <hkallweit1@gmail.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
上级 e4844ded
...@@ -326,7 +326,7 @@ config IRQ_UNIPHIER_AIDET ...@@ -326,7 +326,7 @@ config IRQ_UNIPHIER_AIDET
config MESON_IRQ_GPIO config MESON_IRQ_GPIO
bool "Meson GPIO Interrupt Multiplexer" bool "Meson GPIO Interrupt Multiplexer"
depends on ARCH_MESON || COMPILE_TEST depends on ARCH_MESON
select IRQ_DOMAIN select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
help help
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册