diff options
Diffstat (limited to 'drivers/usb/host/ohci-sa1111.c')
-rw-r--r-- | drivers/usb/host/ohci-sa1111.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/usb/host/ohci-sa1111.c b/drivers/usb/host/ohci-sa1111.c index ce3de106cadc..71371de32ada 100644 --- a/drivers/usb/host/ohci-sa1111.c +++ b/drivers/usb/host/ohci-sa1111.c | |||
@@ -212,10 +212,6 @@ static const struct hc_driver ohci_sa1111_hc_driver = { | |||
212 | * basic lifecycle operations | 212 | * basic lifecycle operations |
213 | */ | 213 | */ |
214 | .start = ohci_sa1111_start, | 214 | .start = ohci_sa1111_start, |
215 | #ifdef CONFIG_PM | ||
216 | /* suspend: ohci_sa1111_suspend, -- tbd */ | ||
217 | /* resume: ohci_sa1111_resume, -- tbd */ | ||
218 | #endif | ||
219 | .stop = ohci_stop, | 215 | .stop = ohci_stop, |
220 | 216 | ||
221 | /* | 217 | /* |
@@ -235,6 +231,7 @@ static const struct hc_driver ohci_sa1111_hc_driver = { | |||
235 | */ | 231 | */ |
236 | .hub_status_data = ohci_hub_status_data, | 232 | .hub_status_data = ohci_hub_status_data, |
237 | .hub_control = ohci_hub_control, | 233 | .hub_control = ohci_hub_control, |
234 | .hub_irq_enable = ohci_rhsc_enable, | ||
238 | #ifdef CONFIG_PM | 235 | #ifdef CONFIG_PM |
239 | .bus_suspend = ohci_bus_suspend, | 236 | .bus_suspend = ohci_bus_suspend, |
240 | .bus_resume = ohci_bus_resume, | 237 | .bus_resume = ohci_bus_resume, |