diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-voiceblue.c')
-rw-r--r-- | arch/arm/mach-omap1/board-voiceblue.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 036edc0ee9b6..1444ce846ab7 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
@@ -159,17 +159,6 @@ static struct omap_usb_config voiceblue_usb_config __initdata = { | |||
159 | static struct omap_board_config_kernel voiceblue_config[] = { | 159 | static struct omap_board_config_kernel voiceblue_config[] = { |
160 | }; | 160 | }; |
161 | 161 | ||
162 | static void __init voiceblue_init_irq(void) | ||
163 | { | ||
164 | omap1_init_common_hw(); | ||
165 | omap1_init_irq(); | ||
166 | } | ||
167 | |||
168 | static void __init voiceblue_map_io(void) | ||
169 | { | ||
170 | omap1_map_common_io(); | ||
171 | } | ||
172 | |||
173 | #define MACHINE_PANICED 1 | 162 | #define MACHINE_PANICED 1 |
174 | #define MACHINE_REBOOTING 2 | 163 | #define MACHINE_REBOOTING 2 |
175 | #define MACHINE_REBOOT 4 | 164 | #define MACHINE_REBOOT 4 |
@@ -302,9 +291,10 @@ static void __init voiceblue_init(void) | |||
302 | MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") | 291 | MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") |
303 | /* Maintainer: Ladislav Michl <michl@2n.cz> */ | 292 | /* Maintainer: Ladislav Michl <michl@2n.cz> */ |
304 | .boot_params = 0x10000100, | 293 | .boot_params = 0x10000100, |
305 | .map_io = voiceblue_map_io, | 294 | .map_io = omap15xx_map_io, |
295 | .init_early = omap1_init_early, | ||
306 | .reserve = omap_reserve, | 296 | .reserve = omap_reserve, |
307 | .init_irq = voiceblue_init_irq, | 297 | .init_irq = omap1_init_irq, |
308 | .init_machine = voiceblue_init, | 298 | .init_machine = voiceblue_init, |
309 | .timer = &omap1_timer, | 299 | .timer = &omap1_timer, |
310 | MACHINE_END | 300 | MACHINE_END |