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/pch/pch7.c | 1 + drivers/pch/pch9.c | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers/pch') diff --git a/drivers/pch/pch7.c b/drivers/pch/pch7.c index 268edb3f8fb..5fb35a19eff 100644 --- a/drivers/pch/pch7.c +++ b/drivers/pch/pch7.c @@ -5,6 +5,7 @@ #include #include +#include #include #define GPIO_BASE 0x44 diff --git a/drivers/pch/pch9.c b/drivers/pch/pch9.c index fd61f163282..3bd011518b3 100644 --- a/drivers/pch/pch9.c +++ b/drivers/pch/pch9.c @@ -5,6 +5,7 @@ #include #include +#include #include #define GPIO_BASE 0x48 -- cgit v1.2.3