[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <168423255682.404.11441650260460262104.tip-bot2@tip-bot2>
Date: Tue, 16 May 2023 10:22:36 -0000
From: "irqchip-bot for Krzysztof Kozlowski" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-fixes] irqchip/meson-gpio: Mark OF related data
as maybe unused
The following commit has been merged into the irq/irqchip-fixes branch of irqchip:
Commit-ID: 14130211be5366a91ec07c3284c183b75d8fba17
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/14130211be5366a91ec07c3284c183b75d8fba17
Author: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
AuthorDate: Fri, 12 May 2023 18:45:06 +02:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Tue, 16 May 2023 11:01:18 +01:00
irqchip/meson-gpio: Mark OF related data as maybe unused
The driver can be compile tested with !CONFIG_OF making certain data
unused:
drivers/irqchip/irq-meson-gpio.c:153:34: error: ‘meson_irq_gpio_matches’ defined but not used [-Werror=unused-const-variable=]
Acked-by: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/20230512164506.212267-1-krzysztof.kozlowski@linaro.org
---
drivers/irqchip/irq-meson-gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/irq-meson-gpio.c b/drivers/irqchip/irq-meson-gpio.c
index 2aaa9aa..7da18ef 100644
--- a/drivers/irqchip/irq-meson-gpio.c
+++ b/drivers/irqchip/irq-meson-gpio.c
@@ -150,7 +150,7 @@ static const struct meson_gpio_irq_params s4_params = {
INIT_MESON_S4_COMMON_DATA(82)
};
-static const struct of_device_id meson_irq_gpio_matches[] = {
+static const struct of_device_id meson_irq_gpio_matches[] __maybe_unused = {
{ .compatible = "amlogic,meson8-gpio-intc", .data = &meson8_params },
{ .compatible = "amlogic,meson8b-gpio-intc", .data = &meson8b_params },
{ .compatible = "amlogic,meson-gxbb-gpio-intc", .data = &gxbb_params },
Powered by blists - more mailing lists