[RFC PATCH 1/2] USB: OHCI: make ohci-platform a separate driver

Alan Stern stern at rowland.harvard.edu
Thu May 30 13:23:26 EDT 2013


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




More information about the linux-arm-kernel mailing list