From: Alexandre Belloni Date: Mon, 10 Aug 2015 14:33:39 +0000 (+0200) Subject: rtc: at91sam9: include linux/of.h X-Git-Tag: firefly_0821_release~176^2~1112^2~24 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1955f213a68323f7348fc06461017c7675efe6c1;p=firefly-linux-kernel-4.4.55.git rtc: at91sam9: include linux/of.h This driver is using device tree but is not including of.h Signed-off-by: Alexandre Belloni --- diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index f9e85ace5e71..16492e2baf5e 100644 --- a/drivers/rtc/rtc-at91sam9.c +++ b/drivers/rtc/rtc-at91sam9.c @@ -18,6 +18,7 @@ #include #include #include +#include #include #include #include