]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/ohci-ppc-of.c
USB: ohci-ppc-of: use linux/of_platform.h instead of asm
[linux-2.6-omap-h63xx.git] / drivers / usb / host / ohci-ppc-of.c
index 50e55db13636ece797f64ae65e1a01a58800fabe..91e6e101a4cc987feae9591a4926f6a35aef95a0 100644 (file)
@@ -14,8 +14,8 @@
  */
 
 #include <linux/signal.h>
+#include <linux/of_platform.h>
 
-#include <asm/of_platform.h>
 #include <asm/prom.h>
 
 
@@ -72,6 +72,7 @@ static const struct hc_driver ohci_ppc_of_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,