From 27ff63eb076c31086e0a72d41b5c635193a58516 Mon Sep 17 00:00:00 2001 From: Alexandre Belloni Date: Mon, 27 Sep 2021 08:37:23 +0200 Subject: [PATCH] rtc: msc313: fix missing include The driver needs io.h Reported-by: Stephen Rothwell Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210927063724.312687-1-alexandre.belloni@bootlin.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 #include +#include #include #include #include