From: Li Yang <leoli@freescale.com>
To: gregkh@suse.de
Cc: linuxppc-dev@ozlabs.org, linux-usb-devel@lists.sourceforge.net
Subject: [PATCH] Fix Freescale high-speed USB host dependency
Date: Fri, 14 Jul 2006 19:58:14 +0800 [thread overview]
Message-ID: <44B786D6.7040707@freescale.com> (raw)
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
next reply other threads:[~2006-07-14 11:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-14 11:58 Li Yang [this message]
2006-07-14 13:51 ` [PATCH] Fix Freescale high-speed USB host dependency 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44B786D6.7040707@freescale.com \
--to=leoli@freescale.com \
--cc=gregkh@suse.de \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).