[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210927063724.312687-1-alexandre.belloni@bootlin.com>
Date: Mon, 27 Sep 2021 08:37:23 +0200
From: Alexandre Belloni <alexandre.belloni@...tlin.com>
To: Daniel Palmer <daniel@...ngy.jp>,
Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...tlin.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-arm-kernel@...ts.infradead.org, linux-rtc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] rtc: msc313: fix missing include
The driver needs io.h
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
---
drivers/rtc/rtc-msc313.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/rtc/rtc-msc313.c b/drivers/rtc/rtc-msc313.c
index f493ca5f181b..5f178d29cfd8 100644
--- a/drivers/rtc/rtc-msc313.c
+++ b/drivers/rtc/rtc-msc313.c
@@ -10,6 +10,7 @@
#include <linux/clk.h>
#include <linux/delay.h>
+#include <linux/io.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
--
2.31.1
Powered by blists - more mailing lists