On Friday 15 March 2013, Arnd Bergmann wrote:
> @@ -1409,10 +1409,20 @@ static int __init ehci_hcd_init(void)
> if (retval < 0)
> goto clean4;
> #endif
> +
> +#ifdef OMAP_PLATFORM_DRIVER
> + retval = platform_driver_register(&OMAP_PLATFORM_DRIVER);
> + if (retval < 0)
> + goto clean5;
> +#endif
There was a missing hunk for the ORION part like the one above since
I unfortunately had done this patch on the wrong base. I will resubmit
a proper patch if we get an agreement on the approach taken.
Arnd
--
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