diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-zoom.c')
-rw-r--r-- | arch/arm/mach-omap2/board-zoom.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/board-zoom.c b/arch/arm/mach-omap2/board-zoom.c index 4994438e1f46..8feb4d99b96d 100644 --- a/arch/arm/mach-omap2/board-zoom.c +++ b/arch/arm/mach-omap2/board-zoom.c | |||
@@ -22,9 +22,8 @@ | |||
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | 23 | ||
24 | #include "common.h" | 24 | #include "common.h" |
25 | #include <plat/usb.h> | ||
26 | 25 | ||
27 | #include <mach/board-zoom.h> | 26 | #include "board-zoom.h" |
28 | 27 | ||
29 | #include "board-flash.h" | 28 | #include "board-flash.h" |
30 | #include "mux.h" | 29 | #include "mux.h" |
@@ -113,8 +112,9 @@ static void __init omap_zoom_init(void) | |||
113 | usbhs_init(&usbhs_bdata); | 112 | usbhs_init(&usbhs_bdata); |
114 | } | 113 | } |
115 | 114 | ||
116 | board_nand_init(zoom_nand_partitions, ARRAY_SIZE(zoom_nand_partitions), | 115 | board_nand_init(zoom_nand_partitions, |
117 | ZOOM_NAND_CS, NAND_BUSWIDTH_16); | 116 | ARRAY_SIZE(zoom_nand_partitions), ZOOM_NAND_CS, |
117 | NAND_BUSWIDTH_16, nand_default_timings); | ||
118 | zoom_debugboard_init(); | 118 | zoom_debugboard_init(); |
119 | zoom_peripherals_init(); | 119 | zoom_peripherals_init(); |
120 | 120 | ||