git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e9db1
)
arm: exynos: Include missing CPU header in soc.c
author
Sam Protsenko
<semen.protsenko@linaro.org>
Fri, 20 Oct 2023 21:46:31 +0000
(16:46 -0500)
committer
Minkyu 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
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/soc.c
b/arch/arm/mach-exynos/soc.c
index
a07c87a
..
6fe61cf
100644
(file)
--- 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
/*