On Thu, 30 May 2013, Manjunath Goudar wrote:

> This patch splits the ohci-platform code from ohci-hcd out
> into its own separate driver module.This work is part of enabling
> multi-platform kernels on ARM.

Okay, except...

> +static const struct ohci_driver_overrides platform_overrides = {
> +     .product_desc = "Generic Platform EHCI controller",
> +     .reset =        ohci_platform_reset,
>  };

Don't forget the __initconst annotation.  After that is fixed, you can 
add my Acked-by.

Alan Stern

--
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

Reply via email to