projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b96db04
)
ARM: EXYNOS: Add missing .reserve field to SMDKC210
author
Sachin Kamat
<sachin.kamat@linaro.org>
Thu, 19 Jul 2012 05:43:24 +0000
(14:43 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 19 Jul 2012 05:43:24 +0000
(14:43 +0900)
Adds missing .reserve field to SMDKC210 board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-smdkv310.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/mach-smdkv310.c
b/arch/arm/mach-exynos/mach-smdkv310.c
index d5347254ed16494305ca7b732e04e47e843d2254..d5a172d8327df6b8202cc49f4a70c9162c7078fd 100644
(file)
--- a/
arch/arm/mach-exynos/mach-smdkv310.c
+++ b/
arch/arm/mach-exynos/mach-smdkv310.c
@@
-429,5
+429,6
@@
MACHINE_START(SMDKC210, "SMDKC210")
.init_machine = smdkv310_machine_init,
.init_late = exynos_init_late,
.timer = &exynos4_timer,
+ .reserve = &smdkv310_reserve,
.restart = exynos4_restart,
MACHINE_END