rtc: msc313: fix missing include
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 27 Sep 2021 06:37:23 +0000 (08:37 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 27 Sep 2021 06:39:43 +0000 (08:39 +0200)
The driver needs io.h

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210927063724.312687-1-alexandre.belloni@bootlin.com
drivers/rtc/rtc-msc313.c

index f493ca5f181b886b02cc121f4100f125abbba326..5f178d29cfd8d735e92d619b72eae0d8dde92f7b 100644 (file)
@@ -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>