From: Sam Protsenko Date: Fri, 20 Oct 2023 21:46:31 +0000 (-0500) Subject: arm: exynos: Include missing CPU header in soc.c X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=585a2aaac2ac043540b6f2e148de79517ce3a683;p=u-boot.git arm: exynos: Include missing CPU header in soc.c 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 Signed-off-by: Minkyu Kang --- diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c index a07c87a2c8..6fe61cf928 100644 --- a/arch/arm/mach-exynos/soc.c +++ b/arch/arm/mach-exynos/soc.c @@ -9,6 +9,7 @@ #include #include #include +#include #ifdef CONFIG_TARGET_ESPRESSO7420 /*