diff options
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
-rw-r--r-- | drivers/usb/host/ohci-at91.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index d72dc07dda01..c96db1153dcf 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
@@ -261,7 +261,6 @@ static const struct hc_driver ohci_at91_hc_driver = { | |||
261 | */ | 261 | */ |
262 | .hub_status_data = ohci_hub_status_data, | 262 | .hub_status_data = ohci_hub_status_data, |
263 | .hub_control = ohci_hub_control, | 263 | .hub_control = ohci_hub_control, |
264 | .hub_irq_enable = ohci_rhsc_enable, | ||
265 | #ifdef CONFIG_PM | 264 | #ifdef CONFIG_PM |
266 | .bus_suspend = ohci_bus_suspend, | 265 | .bus_suspend = ohci_bus_suspend, |
267 | .bus_resume = ohci_bus_resume, | 266 | .bus_resume = ohci_bus_resume, |
@@ -348,6 +347,7 @@ static int ohci_hcd_at91_drv_resume(struct platform_device *pdev) | |||
348 | if (!clocked) | 347 | if (!clocked) |
349 | at91_start_clock(); | 348 | at91_start_clock(); |
350 | 349 | ||
350 | ohci_finish_controller_resume(hcd); | ||
351 | return 0; | 351 | return 0; |
352 | } | 352 | } |
353 | #else | 353 | #else |