[PATCH] fix missing includes
[deliverable/linux.git] / drivers / usb / host / ohci-pxa27x.c
index 986c4f656e224c3f21fca77e36dc1039cb5b9019..f4a4aeda40b7e3f1876f20dfa7371adeaba70db7 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <linux/device.h>
+#include <linux/signal.h>
 #include <asm/mach-types.h>
 #include <asm/hardware.h>
 #include <asm/arch/pxa-regs.h>
@@ -279,9 +280,10 @@ static const struct hc_driver ohci_pxa27x_hc_driver = {
        .hub_status_data =      ohci_hub_status_data,
        .hub_control =          ohci_hub_control,
 #ifdef  CONFIG_PM
-       .hub_suspend =          ohci_hub_suspend,
-       .hub_resume =           ohci_hub_resume,
+       .bus_suspend =          ohci_bus_suspend,
+       .bus_resume =           ohci_bus_resume,
 #endif
+       .start_port_reset =     ohci_start_port_reset,
 };
 
 /*-------------------------------------------------------------------------*/
This page took 0.02392 seconds and 5 git commands to generate.