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<yoshihiro.shimoda.uh@xxxxxxxxxxx> > [...] > >> 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 <yoshihiro.shimoda.uh@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html