aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpu/imx8_cpu.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-01 19:30:38 -0600
committerTom Rini <trini@konsulko.com>2024-05-07 08:00:41 -0600
commit910522fc9cb45ab0331a641f84b06dfe48618894 (patch)
treee9c4285098431d166f13a5bb3ee69b7592f5c7c8 /drivers/cpu/imx8_cpu.c
parent6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (diff)
downloadu-boot-910522fc9cb45ab0331a641f84b06dfe48618894.zip
u-boot-910522fc9cb45ab0331a641f84b06dfe48618894.tar.gz
u-boot-910522fc9cb45ab0331a641f84b06dfe48618894.tar.bz2
cpu: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/cpu/imx8_cpu.c')
-rw-r--r--drivers/cpu/imx8_cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c
index 98ff95f..4781a56 100644
--- a/drivers/cpu/imx8_cpu.c
+++ b/drivers/cpu/imx8_cpu.c
@@ -3,7 +3,6 @@
* Copyright 2019 NXP
*/
-#include <common.h>
#include <cpu.h>
#include <dm.h>
#include <thermal.h>