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/thermal/imx_scu_thermal.c | 1 + drivers/thermal/imx_thermal.c | 1 + 2 files changed, 2 insertions(+) (limited to 'drivers/thermal') diff --git a/drivers/thermal/imx_scu_thermal.c b/drivers/thermal/imx_scu_thermal.c index ecf25a7c99..2d3a363a20 100644 --- a/drivers/thermal/imx_scu_thermal.c +++ b/drivers/thermal/imx_scu_thermal.c @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index e50b85bd59..da3fca9036 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3