aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-at91.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-at91.c')
-rw-r--r--drivers/usb/host/ohci-at91.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
index 85cc059705a6..33b75087bc0c 100644
--- a/drivers/usb/host/ohci-at91.c
+++ b/drivers/usb/host/ohci-at91.c
@@ -239,7 +239,7 @@ static const struct hc_driver ohci_at91_hc_driver = {
239 */ 239 */
240 .hub_status_data = ohci_hub_status_data, 240 .hub_status_data = ohci_hub_status_data,
241 .hub_control = ohci_hub_control, 241 .hub_control = ohci_hub_control,
242 242 .hub_irq_enable = ohci_rhsc_enable,
243#ifdef CONFIG_PM 243#ifdef CONFIG_PM
244 .bus_suspend = ohci_bus_suspend, 244 .bus_suspend = ohci_bus_suspend,
245 .bus_resume = ohci_bus_resume, 245 .bus_resume = ohci_bus_resume,