diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-nokia770.c')
-rw-r--r-- | arch/arm/mach-omap1/board-nokia770.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 7d5c06d6a52a..3e8ead67e459 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -29,13 +29,13 @@ | |||
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | 30 | ||
31 | #include <mach/mux.h> | 31 | #include <mach/mux.h> |
32 | #include <plat/mmc.h> | ||
33 | #include <plat/clock.h> | ||
34 | 32 | ||
35 | #include <mach/hardware.h> | 33 | #include <mach/hardware.h> |
36 | #include <mach/usb.h> | 34 | #include <mach/usb.h> |
37 | 35 | ||
38 | #include "common.h" | 36 | #include "common.h" |
37 | #include "clock.h" | ||
38 | #include "mmc.h" | ||
39 | 39 | ||
40 | #define ADS7846_PENDOWN_GPIO 15 | 40 | #define ADS7846_PENDOWN_GPIO 15 |
41 | 41 | ||
@@ -251,7 +251,6 @@ MACHINE_START(NOKIA770, "Nokia 770") | |||
251 | .atag_offset = 0x100, | 251 | .atag_offset = 0x100, |
252 | .map_io = omap16xx_map_io, | 252 | .map_io = omap16xx_map_io, |
253 | .init_early = omap1_init_early, | 253 | .init_early = omap1_init_early, |
254 | .reserve = omap_reserve, | ||
255 | .init_irq = omap1_init_irq, | 254 | .init_irq = omap1_init_irq, |
256 | .init_machine = omap_nokia770_init, | 255 | .init_machine = omap_nokia770_init, |
257 | .init_late = omap1_init_late, | 256 | .init_late = omap1_init_late, |