diff options
Diffstat (limited to 'drivers/usb/host/ohci-omap.c')
-rw-r--r-- | drivers/usb/host/ohci-omap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c index f253214741ba..a44a4fede1c4 100644 --- a/drivers/usb/host/ohci-omap.c +++ b/drivers/usb/host/ohci-omap.c | |||
@@ -367,6 +367,7 @@ static int usb_hcd_omap_probe (const struct hc_driver *driver, | |||
367 | if (retval) | 367 | if (retval) |
368 | goto err3; | 368 | goto err3; |
369 | 369 | ||
370 | device_wakeup_enable(hcd->self.controller); | ||
370 | return 0; | 371 | return 0; |
371 | err3: | 372 | err3: |
372 | iounmap(hcd->regs); | 373 | iounmap(hcd->regs); |