From: Alexandre Belloni Date: Mon, 27 Sep 2021 06:37:23 +0000 (+0200) Subject: rtc: msc313: fix missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27ff63eb076c31086e0a72d41b5c635193a58516;p=linux.git 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 --- diff --git a/drivers/rtc/rtc-msc313.c b/drivers/rtc/rtc-msc313.c index f493ca5f181b8..5f178d29cfd8d 100644 --- a/drivers/rtc/rtc-msc313.c +++ b/drivers/rtc/rtc-msc313.c @@ -10,6 +10,7 @@ #include #include +#include #include #include #include