diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-overo.c')
-rw-r--r-- | arch/arm/mach-omap2/board-overo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 9c14324d8c68..d3ceed398e0b 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -43,6 +43,7 @@ | |||
43 | #include <mach/gpmc.h> | 43 | #include <mach/gpmc.h> |
44 | #include <mach/hardware.h> | 44 | #include <mach/hardware.h> |
45 | #include <mach/nand.h> | 45 | #include <mach/nand.h> |
46 | #include <mach/usb.h> | ||
46 | 47 | ||
47 | #include "mmc-twl4030.h" | 48 | #include "mmc-twl4030.h" |
48 | 49 | ||
@@ -228,6 +229,7 @@ static void __init overo_init(void) | |||
228 | omap_serial_init(); | 229 | omap_serial_init(); |
229 | twl4030_mmc_init(mmc); | 230 | twl4030_mmc_init(mmc); |
230 | overo_flash_init(); | 231 | overo_flash_init(); |
232 | usb_musb_init(); | ||
231 | 233 | ||
232 | if ((gpio_request(OVERO_GPIO_W2W_NRESET, | 234 | if ((gpio_request(OVERO_GPIO_W2W_NRESET, |
233 | "OVERO_GPIO_W2W_NRESET") == 0) && | 235 | "OVERO_GPIO_W2W_NRESET") == 0) && |