[PATCH 06/10] USB: EHCI: make ehci-s5p a separate driver
Stephen Warren
swarren at wwwdotorg.org
Thu Feb 7 13:49:42 EST 2013
On 02/07/2013 10:34 AM, manjunath.goudar at linaro.org wrote:
> Separate the s5p host controller driver from ehci-hcd host code
> into its own driver module.
> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
> @@ -1297,11 +1297,6 @@ MODULE_LICENSE ("GPL");
> #define PLATFORM_DRIVER ehci_hcd_msp_driver
> #endif
>
> -#ifdef CONFIG_USB_EHCI_TEGRA
> -#include "ehci-tegra.c"
> -#define PLATFORM_DRIVER tegra_ehci_driver
> -#endif
> -
That also looks wrong.
More information about the linux-arm-kernel
mailing list