diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-palmte.c')
-rw-r--r-- | arch/arm/mach-omap1/board-palmte.c | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index 459cb6bfed55..fc9edd8595e9 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
@@ -59,12 +59,6 @@ | |||
59 | #define PALMTE_MMC2_GPIO OMAP_MPUIO(7) | 59 | #define PALMTE_MMC2_GPIO OMAP_MPUIO(7) |
60 | #define PALMTE_MMC3_GPIO OMAP_MPUIO(11) | 60 | #define PALMTE_MMC3_GPIO OMAP_MPUIO(11) |
61 | 61 | ||
62 | static void __init omap_palmte_init_irq(void) | ||
63 | { | ||
64 | omap1_init_common_hw(); | ||
65 | omap1_init_irq(); | ||
66 | } | ||
67 | |||
68 | static const unsigned int palmte_keymap[] = { | 62 | static const unsigned int palmte_keymap[] = { |
69 | KEY(0, 0, KEY_F1), /* Calendar */ | 63 | KEY(0, 0, KEY_F1), /* Calendar */ |
70 | KEY(1, 0, KEY_F2), /* Contacts */ | 64 | KEY(1, 0, KEY_F2), /* Contacts */ |
@@ -269,16 +263,12 @@ static void __init omap_palmte_init(void) | |||
269 | omap_register_i2c_bus(1, 100, NULL, 0); | 263 | omap_register_i2c_bus(1, 100, NULL, 0); |
270 | } | 264 | } |
271 | 265 | ||
272 | static void __init omap_palmte_map_io(void) | ||
273 | { | ||
274 | omap1_map_common_io(); | ||
275 | } | ||
276 | |||
277 | MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") | 266 | MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") |
278 | .boot_params = 0x10000100, | 267 | .boot_params = 0x10000100, |
279 | .map_io = omap_palmte_map_io, | 268 | .map_io = omap15xx_map_io, |
269 | .init_early = omap1_init_early, | ||
280 | .reserve = omap_reserve, | 270 | .reserve = omap_reserve, |
281 | .init_irq = omap_palmte_init_irq, | 271 | .init_irq = omap1_init_irq, |
282 | .init_machine = omap_palmte_init, | 272 | .init_machine = omap_palmte_init, |
283 | .timer = &omap1_timer, | 273 | .timer = &omap1_timer, |
284 | MACHINE_END | 274 | MACHINE_END |