aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/uhci-hcd.c')
-rw-r--r--drivers/usb/host/uhci-hcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
index 6df555e3d97c..72cd1576d20c 100644
--- a/drivers/usb/host/uhci-hcd.c
+++ b/drivers/usb/host/uhci-hcd.c
@@ -804,8 +804,8 @@ static const struct hc_driver uhci_driver = {
804#ifdef CONFIG_PM 804#ifdef CONFIG_PM
805 .suspend = uhci_suspend, 805 .suspend = uhci_suspend,
806 .resume = uhci_resume, 806 .resume = uhci_resume,
807 .hub_suspend = uhci_rh_suspend, 807 .bus_suspend = uhci_rh_suspend,
808 .hub_resume = uhci_rh_resume, 808 .bus_resume = uhci_rh_resume,
809#endif 809#endif
810 .stop = uhci_stop, 810 .stop = uhci_stop,
811 811