diff options
author | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-11-09 17:54:17 -0500 |
commit | f56f52e02a9c3da4bc2cc6eb9ddcf5602ea44b37 (patch) | |
tree | a9ce4f46ea3b2e516698b2c3817e40414a8bbf51 /arch/arm/mach-omap1/board-voiceblue.c | |
parent | 84fbd2b8c8da49b4e53fcb484a1564a9b5da61b3 (diff) | |
parent | 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 (diff) |
Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into omap-for-v3.8/dt
Conflicts:
arch/arm/plat-omap/dmtimer.c
Resolved as suggested by Jon Hunter.
Diffstat (limited to 'arch/arm/mach-omap1/board-voiceblue.c')
-rw-r--r-- | arch/arm/mach-omap1/board-voiceblue.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index ad75e3411d46..abf705f49b19 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #include <mach/board-voiceblue.h> | 34 | #include <mach/board-voiceblue.h> |
35 | #include <mach/flash.h> | 35 | #include <mach/flash.h> |
36 | #include <mach/mux.h> | 36 | #include <mach/mux.h> |
37 | #include <plat/tc.h> | 37 | #include <mach/tc.h> |
38 | 38 | ||
39 | #include <mach/hardware.h> | 39 | #include <mach/hardware.h> |
40 | #include <mach/usb.h> | 40 | #include <mach/usb.h> |
@@ -286,7 +286,6 @@ MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") | |||
286 | .atag_offset = 0x100, | 286 | .atag_offset = 0x100, |
287 | .map_io = omap15xx_map_io, | 287 | .map_io = omap15xx_map_io, |
288 | .init_early = omap1_init_early, | 288 | .init_early = omap1_init_early, |
289 | .reserve = omap_reserve, | ||
290 | .init_irq = omap1_init_irq, | 289 | .init_irq = omap1_init_irq, |
291 | .init_machine = voiceblue_init, | 290 | .init_machine = voiceblue_init, |
292 | .init_late = omap1_init_late, | 291 | .init_late = omap1_init_late, |