diff options
Diffstat (limited to 'arch/arm/mach-msm/board-msm7x30.c')
-rw-r--r-- | arch/arm/mach-msm/board-msm7x30.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 0707cc041f27..dc9fac107c6f 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c | |||
@@ -105,8 +105,6 @@ static void __init msm7x30_map_io(void) | |||
105 | } | 105 | } |
106 | 106 | ||
107 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") | 107 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") |
108 | #ifdef CONFIG_MSM_DEBUG_UART | ||
109 | #endif | ||
110 | .boot_params = PHYS_OFFSET + 0x100, | 108 | .boot_params = PHYS_OFFSET + 0x100, |
111 | .map_io = msm7x30_map_io, | 109 | .map_io = msm7x30_map_io, |
112 | .init_irq = msm7x30_init_irq, | 110 | .init_irq = msm7x30_init_irq, |
@@ -115,8 +113,6 @@ MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") | |||
115 | MACHINE_END | 113 | MACHINE_END |
116 | 114 | ||
117 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") | 115 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") |
118 | #ifdef CONFIG_MSM_DEBUG_UART | ||
119 | #endif | ||
120 | .boot_params = PHYS_OFFSET + 0x100, | 116 | .boot_params = PHYS_OFFSET + 0x100, |
121 | .map_io = msm7x30_map_io, | 117 | .map_io = msm7x30_map_io, |
122 | .init_irq = msm7x30_init_irq, | 118 | .init_irq = msm7x30_init_irq, |
@@ -125,8 +121,6 @@ MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") | |||
125 | MACHINE_END | 121 | MACHINE_END |
126 | 122 | ||
127 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") | 123 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") |
128 | #ifdef CONFIG_MSM_DEBUG_UART | ||
129 | #endif | ||
130 | .boot_params = PHYS_OFFSET + 0x100, | 124 | .boot_params = PHYS_OFFSET + 0x100, |
131 | .map_io = msm7x30_map_io, | 125 | .map_io = msm7x30_map_io, |
132 | .init_irq = msm7x30_init_irq, | 126 | .init_irq = msm7x30_init_irq, |