diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-08 18:20:40 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-08 18:20:40 -0500 |
| commit | cce0cac125623f9b68f25dd1350f6d616220a8dd (patch) | |
| tree | 123a4dd9f040d05e42cadb6b01f301d6863b897f /arch/arm/mach-omap1/board-voiceblue.c | |
| parent | f564c5fe29d3fa9adc6d839714521b0554c62598 (diff) | |
| parent | 18f49ea207fbcf37f81395037f0dc1cacb2aac3c (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Manual conflict merge of arch/arm/Kconfig
Diffstat (limited to 'arch/arm/mach-omap1/board-voiceblue.c')
| -rw-r--r-- | arch/arm/mach-omap1/board-voiceblue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 959b4b847c87..bfd5fdd1a875 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
| @@ -162,6 +162,7 @@ static struct omap_board_config_kernel voiceblue_config[] = { | |||
| 162 | 162 | ||
| 163 | static void __init voiceblue_init_irq(void) | 163 | static void __init voiceblue_init_irq(void) |
| 164 | { | 164 | { |
| 165 | omap1_init_common_hw(); | ||
| 165 | omap_init_irq(); | 166 | omap_init_irq(); |
| 166 | omap_gpio_init(); | 167 | omap_gpio_init(); |
| 167 | } | 168 | } |
| @@ -206,7 +207,7 @@ static void __init voiceblue_init(void) | |||
| 206 | 207 | ||
| 207 | static void __init voiceblue_map_io(void) | 208 | static void __init voiceblue_map_io(void) |
| 208 | { | 209 | { |
| 209 | omap_map_common_io(); | 210 | omap1_map_common_io(); |
| 210 | } | 211 | } |
| 211 | 212 | ||
| 212 | #define MACHINE_PANICED 1 | 213 | #define MACHINE_PANICED 1 |
