]> err.no Git - linux-2.6/blobdiff - drivers/usb/host/ohci-ep93xx.c
[ARM] Eliminate useless includes of asm/mach-types.h
[linux-2.6] / drivers / usb / host / ohci-ep93xx.c
index 06aadfb0ec29a4683830a1d47191174e3f99b500..e19b07d35ea8ea3151f0ad5758f6e4bee34af070 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/signal.h>
 #include <linux/platform_device.h>
 
-#include <asm/mach-types.h>
 #include <asm/hardware.h>
 
 static struct clk *usb_host_clock;
@@ -135,6 +134,7 @@ static struct hc_driver ohci_ep93xx_hc_driver = {
        .get_frame_number       = ohci_get_frame,
        .hub_status_data        = ohci_hub_status_data,
        .hub_control            = ohci_hub_control,
+       .hub_irq_enable         = ohci_rhsc_enable,
 #ifdef CONFIG_PM
        .bus_suspend            = ohci_bus_suspend,
        .bus_resume             = ohci_bus_resume,