Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / drivers / usb / host / ohci-sa1111.c
index 34cce49..c3cd76a 100644 (file)
@@ -346,6 +346,10 @@ static const struct hc_driver ohci_sa1111_hc_driver = {
         */
        .hub_status_data =      ohci_hub_status_data,
        .hub_control =          ohci_hub_control,
+#ifdef CONFIG_USB_SUSPEND
+       .hub_suspend =          ohci_hub_suspend,
+       .hub_resume =           ohci_hub_resume,
+#endif
 };
 
 /*-------------------------------------------------------------------------*/