aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-pci.c')
-rw-r--r--drivers/usb/host/ohci-pci.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c
index 37e122812b67..ef874443aa9f 100644
--- a/drivers/usb/host/ohci-pci.c
+++ b/drivers/usb/host/ohci-pci.c
@@ -176,11 +176,13 @@ static const struct hc_driver ohci_pci_hc_driver = {
176 */ 176 */
177 .reset = ohci_pci_reset, 177 .reset = ohci_pci_reset,
178 .start = ohci_pci_start, 178 .start = ohci_pci_start,
179 .stop = ohci_stop,
180
179#ifdef CONFIG_PM 181#ifdef CONFIG_PM
182 /* these suspend/resume entries are for upstream PCI glue ONLY */
180 .suspend = ohci_pci_suspend, 183 .suspend = ohci_pci_suspend,
181 .resume = ohci_pci_resume, 184 .resume = ohci_pci_resume,
182#endif 185#endif
183 .stop = ohci_stop,
184 186
185 /* 187 /*
186 * managing i/o requests and associated device resources 188 * managing i/o requests and associated device resources
@@ -199,6 +201,7 @@ static const struct hc_driver ohci_pci_hc_driver = {
199 */ 201 */
200 .hub_status_data = ohci_hub_status_data, 202 .hub_status_data = ohci_hub_status_data,
201 .hub_control = ohci_hub_control, 203 .hub_control = ohci_hub_control,
204 .hub_irq_enable = ohci_rhsc_enable,
202#ifdef CONFIG_PM 205#ifdef CONFIG_PM
203 .bus_suspend = ohci_bus_suspend, 206 .bus_suspend = ohci_bus_suspend,
204 .bus_resume = ohci_bus_resume, 207 .bus_resume = ohci_bus_resume,