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