]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: exynos: Include missing CPU header in soc.c
authorSam Protsenko <semen.protsenko@linaro.org>
Fri, 20 Oct 2023 21:46:31 +0000 (16:46 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 13 Nov 2023 07:18:01 +0000 (16:18 +0900)
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@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/mach-exynos/soc.c

index a07c87a2c8e27bbea16205288a7d9f94cf8b37e0..6fe61cf9288d3f49c8a2cfd10684ad25009925e4 100644 (file)
@@ -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
 /*