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 <[email protected]>
> Cc: Arnd Bergmann <[email protected]>
> Cc: Alan Stern <[email protected]>
> Cc: Greg KH <[email protected]>
> Cc: [email protected]
>
> 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 <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html