Re: [linux-usb-devel] [PATCH] Fix Freescale high-speed USB host dependency

2006-07-14 Thread Kumar Gala
Acked-by: Kumar Gala <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > > --- > > drivers/usb/host/ehci-hcd.c |2 +- > 1 files changed, 1 insertions(+)

[linux-usb-devel] [PATCH] Fix Freescale high-speed USB host dependency

2006-07-14 Thread Li Yang
The high-speed USB SOC only exists on MPC834x family not MPC83xx family. Signed-off-by: Li Yang <[EMAIL PROTECTED]> --- 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.