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.gou...@linaro.org> > Cc: Arnd Bergmann <a...@arndb.de> > Cc: Alan Stern <st...@rowland.harvard.edu> > Cc: Greg KH <g...@kroah.com> > Cc: linux-usb@vger.kernel.org > > 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 <st...@rowland.harvard.edu> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html