On Tue, 23 Jul 2013, Manjunath Goudar wrote: > Separate the OHCI EP93XX host controller driver from ohci-hcd > host code so that it can be built as a separate driver module. > This work is part of enabling multi-platform kernels on ARM. > > Signed-off-by: Manjunath Goudar <manjunath.goudar@xxxxxxxxxx> > Cc: Arnd Bergmann <arnd@xxxxxxxx> > Cc: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > Cc: Greg KH <greg@xxxxxxxxx> > Cc: linux-usb@xxxxxxxxxxxxxxx > > V2: > -ohci_hcd_init() statements are removed, > because by default it is called in ohci_setup(). > @@ -45,6 +58,7 @@ static int usb_hcd_ep93xx_probe(const struct hc_driver *driver, > { > int retval; > struct usb_hcd *hcd; > + struct ohci_hcd *ohci; > > if (pdev->resource[1].flags != IORESOURCE_IRQ) { > dev_dbg(&pdev->dev, "resource[1] is not IORESOURCE_IRQ\n"); What's that line for? After you remove it, you can add Acked-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html