aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-ppc-soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-ppc-soc.c')
-rw-r--r--drivers/usb/host/ohci-ppc-soc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-ppc-soc.c b/drivers/usb/host/ohci-ppc-soc.c
index 9fe56ff1615d..270aaaad8c6d 100644
--- a/drivers/usb/host/ohci-ppc-soc.c
+++ b/drivers/usb/host/ohci-ppc-soc.c
@@ -166,6 +166,7 @@ static const struct hc_driver ohci_ppc_soc_hc_driver = {
166 */ 166 */
167 .hub_status_data = ohci_hub_status_data, 167 .hub_status_data = ohci_hub_status_data,
168 .hub_control = ohci_hub_control, 168 .hub_control = ohci_hub_control,
169 .hub_irq_enable = ohci_rhsc_enable,
169#ifdef CONFIG_PM 170#ifdef CONFIG_PM
170 .bus_suspend = ohci_bus_suspend, 171 .bus_suspend = ohci_bus_suspend,
171 .bus_resume = ohci_bus_resume, 172 .bus_resume = ohci_bus_resume,