commit | ea8c043fe736deffb1cbf6cd34e6c58e39f53ced | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:41 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | dff6ca5bbaf12243729eb20c430337fbbe1e5221 | |
parent | 7130b9579d201b48ecf4ec80cdc9d19ec45fb0c2 [diff] [blame] |
thermal: Drop dm.h header file This header file should not be included in other header files. Remove it and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c index 694c26d..fe8d594 100644 --- a/arch/arm/mach-imx/cpu.c +++ b/arch/arm/mach-imx/cpu.c
@@ -8,6 +8,7 @@ #include <bootm.h> #include <common.h> +#include <dm.h> #include <init.h> #include <log.h> #include <net.h>