[PATCH 1/3] arm: exynos: Include missing CPU header in soc.c

Sam Protsenko semen.protsenko at linaro.org
Fri Oct 20 23:46:31 CEST 2023


samsung_get_base_swreset() is called in soc.c, but corresponding header
with its prototype is not included. Fix this to avoid possible build
errors.

Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
 arch/arm/mach-exynos/soc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c
index a07c87a2c8e2..6fe61cf9288d 100644
--- a/arch/arm/mach-exynos/soc.c
+++ b/arch/arm/mach-exynos/soc.c
@@ -9,6 +9,7 @@
 #include <asm/cache.h>
 #include <asm/io.h>
 #include <asm/system.h>
+#include <asm/arch/cpu.h>
 
 #ifdef CONFIG_TARGET_ESPRESSO7420
 /*
-- 
2.39.2



More information about the U-Boot mailing list