]> err.no Git - linux-2.6/blobdiff - drivers/usb/host/ohci-sh.c
ahci: give another shot at clearing all bits in irq_stat
[linux-2.6] / drivers / usb / host / ohci-sh.c
index 5309ac039e15d36d5de8ac7e756718fa6ab9ab57..60f03cc7ec4f20a4f80d228b59faebe715ae1148 100644 (file)
@@ -68,7 +68,6 @@ static const struct hc_driver ohci_sh_hc_driver = {
         */
        .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,
@@ -141,3 +140,4 @@ static struct platform_driver ohci_hcd_sh_driver = {
        },
 };
 
+MODULE_ALIAS("platform:sh_ohci");