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?
#include "ehci-sh.c" #define PLATFORM_DRIVER ehci_hcd_sh_driver #endif
WBR, Sergei -- 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