Linux RTC
 help / color / mirror / Atom feed
* [PATCH] rtc: fsl-ftm: remove incorrect ACPI_PTR annotation
@ 2025-02-25 16:34 Arnd Bergmann
  2025-02-25 17:12 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2025-02-25 16:34 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: Arnd Bergmann, linux-rtc, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

Building with W=1 shows a warning about ftm_imx_acpi_ids being unused when
CONFIG_ACPI is disabled:

drivers/rtc/rtc-fsl-ftm-alarm.c:312:36: error: unused variable 'ftm_imx_acpi_ids' [-Werror,-Wunused-const-variable]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 drivers/rtc/rtc-fsl-ftm-alarm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/rtc-fsl-ftm-alarm.c b/drivers/rtc/rtc-fsl-ftm-alarm.c
index a72c4ad0cec6..12da7d36e520 100644
--- a/drivers/rtc/rtc-fsl-ftm-alarm.c
+++ b/drivers/rtc/rtc-fsl-ftm-alarm.c
@@ -320,7 +320,7 @@ static struct platform_driver ftm_rtc_driver = {
 	.driver		= {
 		.name	= "ftm-alarm",
 		.of_match_table = ftm_rtc_match,
-		.acpi_match_table = ACPI_PTR(ftm_imx_acpi_ids),
+		.acpi_match_table = ftm_imx_acpi_ids,
 	},
 };
 
-- 
2.39.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-25 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 16:34 [PATCH] rtc: fsl-ftm: remove incorrect ACPI_PTR annotation Arnd Bergmann
2025-02-25 17:12 ` Krzysztof Kozlowski
2025-02-25 17:16   ` Alexandre Belloni
2025-02-25 17:26     ` Krzysztof Kozlowski

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