aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-03-16 22:50:11 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 22:50:11 -0600
commit4dcda07d3b1501fee514e5e634f99fff1cbcda90 (patch)
tree8cc5679877f2a44ff821058c1e0994ac44239d77
parent4b12176d8d0fcaf211287c34da16d4b156728533 (diff)
mach-ux500: fix build error
the commit: mach-ux500: basic HREFv60 support v2 u8500_init_machine was changed to mop500_init_machine and 2 of 3 uses instances of .init_machine were changed. Fix the 3rd one. Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--arch/arm/mach-ux500/board-mop500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 7b3ff007f0b..f5590a8728d 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -434,5 +434,5 @@ MACHINE_START(NOMADIK, "ST-Ericsson MOP500 platform")
.init_irq = ux500_init_irq,
/* we re-use nomadik timer here */
.timer = &ux500_timer,
- .init_machine = u8500_init_machine,
+ .init_machine = mop500_init_machine,
MACHINE_END