From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshihiro Shimoda Date: Fri, 25 Feb 2011 00:26:35 +0000 Subject: Re: [PATCH] usb: add EHCI and OHCI support for SH7757 Message-Id: <4D66F73B.4060909@renesas.com> List-Id: References: <4D660C04.9070800@renesas.com> In-Reply-To: <4D660C04.9070800@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hello Sergei, 2011/02/24 20:26, Sergei Shtylyov wrote: > Hello. > > On 24-02-2011 10:43, Yoshihiro Shimoda wrote: > >> Signed-off-by: Yoshihiro Shimoda > [...] > >> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c >> index 4c77a81..b5aae43 100644 >> --- a/drivers/usb/host/ehci-hcd.c >> +++ b/drivers/usb/host/ehci-hcd.c >> @@ -1184,7 +1184,8 @@ MODULE_LICENSE ("GPL"); >> #define PLATFORM_DRIVER ehci_mxc_driver >> #endif >> >> -#ifdef CONFIG_CPU_SUBTYPE_SH7786 >> +#if defined(CONFIG_CPU_SUBTYPE_SH7757) || \ >> + defined(CONFIG_CPU_SUBTYPE_SH7785) > > Not CONFIG_CPU_SUBTYPE_SH7786? Thank you very much for your point! I re-submitted a fixed patch yesterday. Best regards, Yoshihiro Shimoda >> #include "ehci-sh.c" >> #define PLATFORM_DRIVER ehci_hcd_sh_driver >> #endif > > WBR, Sergei > -- Yoshihiro Shimoda