diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2023-10-20 16:46:31 -0500 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2023-11-13 16:18:01 +0900 |
commit | 585a2aaac2ac043540b6f2e148de79517ce3a683 (patch) | |
tree | 070ff4f081421a1ba25fb72b254e55e37e22848c | |
parent | 17e9db18f17b6cad278694d4a61df95e96bdf4f5 (diff) |
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 <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/soc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/soc.c b/arch/arm/mach-exynos/soc.c index a07c87a2c8e..6fe61cf9288 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 /* |