mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Re: [tip:irq/core] irqchip/meson: Disable COMPILE_TEST
       [not found] <tip-d9ee91c1b1fe56b905b767f4a0063d3624e1a1cf@git.kernel.org>
@ 2017-10-20  9:28 ` Jerome Brunet
  0 siblings, 0 replies; only message in thread
From: Jerome Brunet @ 2017-10-20  9:28 UTC (permalink / raw)
  To: marc.zyngier, tglx, linux-kernel, hpa, mingo, hkallweit1,
	linux-tip-commits

On Fri, 2017-10-20 at 02:21 -0700, tip-bot for Thomas Gleixner wrote:
> Commit-ID:  d9ee91c1b1fe56b905b767f4a0063d3624e1a1cf
> Gitweb:     https://git.kernel.org/tip/d9ee91c1b1fe56b905b767f4a0063d3624e1a1c
> f
> Author:     Thomas Gleixner <tglx@linutronix.de>
> AuthorDate: Fri, 20 Oct 2017 11:15:36 +0200
> Committer:  Thomas Gleixner <tglx@linutronix.de>
> CommitDate: Fri, 20 Oct 2017 11:17:17 +0200
> 
> 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....

Indeed, sorry about that.
Thanks for fixing.

> 
> Reported-by: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> Cc: Heiner Kallweit <hkallweit1@gmail.com>
> Cc: Jerome Brunet <jbrunet@baylibre.com>
> Cc: Marc Zyngier <marc.zyngier@arm.com>
> ---
>  drivers/irqchip/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 1cb3940..85d0fb2 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -326,7 +326,7 @@ config IRQ_UNIPHIER_AIDET
>  
>  config MESON_IRQ_GPIO
>         bool "Meson GPIO Interrupt Multiplexer"
> -       depends on ARCH_MESON || COMPILE_TEST
> +       depends on ARCH_MESON
>         select IRQ_DOMAIN
>         select IRQ_DOMAIN_HIERARCHY
>         help

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-20  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tip-d9ee91c1b1fe56b905b767f4a0063d3624e1a1cf@git.kernel.org>
2017-10-20  9:28 ` [tip:irq/core] irqchip/meson: Disable COMPILE_TEST Jerome Brunet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome