Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: msc313: fix missing include

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

+1
+1
drivers/rtc/rtc-msc313.c
··· 10 10 11 11 #include <linux/clk.h> 12 12 #include <linux/delay.h> 13 + #include <linux/io.h> 13 14 #include <linux/module.h> 14 15 #include <linux/mod_devicetable.h> 15 16 #include <linux/platform_device.h>