summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_scu_thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/thermal/imx_scu_thermal.c')
-rw-r--r--drivers/thermal/imx_scu_thermal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/thermal/imx_scu_thermal.c b/drivers/thermal/imx_scu_thermal.c
index da13121a090..321f905e3ac 100644
--- a/drivers/thermal/imx_scu_thermal.c
+++ b/drivers/thermal/imx_scu_thermal.c
@@ -7,10 +7,13 @@
#include <common.h>
#include <dm.h>
#include <errno.h>
+#include <log.h>
#include <thermal.h>
#include <dm/device-internal.h>
#include <dm/device.h>
#include <asm/arch/sci/sci.h>
+#include <linux/delay.h>
+#include <linux/libfdt.h>
DECLARE_GLOBAL_DATA_PTR;