On Fri, 15 Feb 2013, Manjunath Goudar wrote:
> --- a/drivers/usb/host/ehci-s5p.c
> +++ b/drivers/usb/host/ehci-s5p.c
> @@ -20,6 +20,17 @@
> #include
> #include
> #include
> +#include
> +#include
> +#include
> +#include
> +#include
> +#include
> +#include
It's generally a good idea to
Separate the s5p host controller driver from ehci-hcd host code
into its own driver module.
In V2:
Tegra patch related changes removed from this patch.
Signed-off-by: Manjunath Goudar
Acked-by: Jingoo Han
Cc: Greg KH
Cc: Alan Stern
Cc: Kukjin Kim
Cc: Kyungmin Park
Cc: Grant Likely
Cc: Rob