linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix Freescale high-speed USB host dependency
@ 2006-07-14 11:58 Li Yang
  2006-07-14 13:51 ` Kumar Gala
  0 siblings, 1 reply; 9+ messages in thread
From: Li Yang @ 2006-07-14 11:58 UTC (permalink / raw)
  To: gregkh; +Cc: linuxppc-dev, linux-usb-devel

The high-speed USB SOC only exists on MPC834x family not MPC83xx family.

Signed-off-by: Li Yang <leoli@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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-08-01 16:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 11:58 [PATCH] Fix Freescale high-speed USB host dependency Li Yang
2006-07-14 13:51 ` Kumar Gala
2006-07-20 11:42   ` [linux-usb-devel] [PATCH] Fix Freescale high-speed USB hostdependency Li Yang-r58472
2006-07-20 12:59     ` Kumar Gala
2006-07-20 13:36       ` Li Yang
2006-07-20 13:42         ` Kumar Gala
2006-07-20 14:03           ` Li Yang
2006-08-01 15:38       ` David Brownell
2006-08-01 16:39         ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).