[PATCH] Fix Freescale high-speed USB host dependency
Kumar Gala
galak at kernel.crashing.org
Fri Jul 14 23:51:35 EST 2006
Acked-by: Kumar Gala <galak at kernel.crashing.org>
On Jul 14, 2006, at 6:58 AM, Li Yang wrote:
> The high-speed USB SOC only exists on MPC834x family not MPC83xx
> family.
>
> Signed-off-by: Li Yang <leoli at freescale.com>
>
> ---
>
> drivers/usb/host/ehci-hcd.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-
> hcd.c index 79f2d8b..3af1844 100644
> --- a/drivers/usb/host/ehci-hcd.c
> +++ b/drivers/usb/host/ehci-hcd.c
> @@ -892,7 +892,7 @@ #include "ehci-pci.c"
> #define EHCI_BUS_GLUED
> #endif
>
> -#ifdef CONFIG_PPC_83xx
> +#ifdef CONFIG_MPC834x
> #include "ehci-fsl.c"
> #define EHCI_BUS_GLUED
> #endif
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
More information about the Linuxppc-dev
mailing list