From f7ae49fc4f363a803dab3be078e93ead8e75a8e9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:05 -0600 Subject: common: Drop log.h from common header Move this header out of the common header. Signed-off-by: Simon Glass --- drivers/rtc/davinci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/rtc/davinci.c') diff --git a/drivers/rtc/davinci.c b/drivers/rtc/davinci.c index b6930bd8394..3514e7351ee 100644 --- a/drivers/rtc/davinci.c +++ b/drivers/rtc/davinci.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include #include -- cgit v1.2.3 From c05ed00afb95fa5237f16962fccf5810437317bf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:11 -0600 Subject: common: Drop linux/delay.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- drivers/rtc/davinci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/rtc/davinci.c') diff --git a/drivers/rtc/davinci.c b/drivers/rtc/davinci.c index 3514e7351ee..c446e7a735f 100644 --- a/drivers/rtc/davinci.c +++ b/drivers/rtc/davinci.c @@ -9,6 +9,7 @@ #include #include #include +#include int rtc_get(struct rtc_time *tmp) { -- cgit v1.2.3