From 585a2aaac2ac043540b6f2e148de79517ce3a683 Mon Sep 17 00:00:00 2001 From: Sam Protsenko Date: Fri, 20 Oct 2023 16:46:31 -0500 Subject: [PATCH] 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 --- 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 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 /* -- 2.39.5