]> err.no Git - linux-2.6/blobdiff - drivers/usb/host/uhci-hcd.c
[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
[linux-2.6] / drivers / usb / host / uhci-hcd.c
index 6df555e3d97cde60e9e434058559152276495157..72cd1576d20cc00ca5db57b0c43b903b40bea606 100644 (file)
@@ -804,8 +804,8 @@ static const struct hc_driver uhci_driver = {
 #ifdef CONFIG_PM
        .suspend =              uhci_suspend,
        .resume =               uhci_resume,
-       .hub_suspend =          uhci_rh_suspend,
-       .hub_resume =           uhci_rh_resume,
+       .bus_suspend =          uhci_rh_suspend,
+       .bus_resume =           uhci_rh_resume,
 #endif
        .stop =                 uhci_stop,