diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm8x60.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm8x60.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/board-msm8x60.c b/arch/arm/mach-msm/board-msm8x60.c index 70087cad6731..a8a4d8d0ae31 100644 --- a/arch/arm/mach-msm/board-msm8x60.c +++ b/arch/arm/mach-msm/board-msm8x60.c | |||
@@ -76,3 +76,10 @@ MACHINE_START(MSM8X60_RUMI3, "QCT MSM8X60 RUMI3") | |||
76 | .init_machine = msm8x60_init, | 76 | .init_machine = msm8x60_init, |
77 | .timer = &msm_timer, | 77 | .timer = &msm_timer, |
78 | MACHINE_END | 78 | MACHINE_END |
79 | |||
80 | MACHINE_START(MSM8X60_SURF, "QCT MSM8X60 SURF") | ||
81 | .map_io = msm8x60_map_io, | ||
82 | .init_irq = msm8x60_init_irq, | ||
83 | .init_machine = msm8x60_init, | ||
84 | .timer = &msm_timer, | ||
85 | MACHINE_END | ||