From 9de6c9ab9016518385f582bd980ecbb599943023 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 3 Jun 2006 23:58:55 +0100 Subject: [PATCH] --- yaml --- r: 28375 b: refs/heads/master c: dfbaa7d8a4056436b6a170625d64986ebb648486 h: refs/heads/master i: 28373: 1bd6c422ee2703fc9504dcb441609cd5f51316dd 28371: aede349661389aba5521a49a034834b5c9760f4d 28367: 92cb2958a1ef9ce4499214bbb2f9175f1cac561b v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/ehci-au1xxx.c | 4 ---- trunk/drivers/usb/host/ehci-hcd.c | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 317ee0323e15..29129c6abe4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfd5df3c0cf65bdf10a3a00baff036cb096140f6 +refs/heads/master: dfbaa7d8a4056436b6a170625d64986ebb648486 diff --git a/trunk/drivers/usb/host/ehci-au1xxx.c b/trunk/drivers/usb/host/ehci-au1xxx.c index 0e444ab1930d..9b4697add313 100644 --- a/trunk/drivers/usb/host/ehci-au1xxx.c +++ b/trunk/drivers/usb/host/ehci-au1xxx.c @@ -16,10 +16,6 @@ #include #include -#ifndef CONFIG_SOC_AU1200 -#error "this Alchemy chip doesn't have EHCI" -#else /* Au1200 */ - #define USB_HOST_CONFIG (USB_MSR_BASE + USB_MSR_MCFG) #define USB_MCFG_PFEN (1<<31) #define USB_MCFG_RDCOMB (1<<30) diff --git a/trunk/drivers/usb/host/ehci-hcd.c b/trunk/drivers/usb/host/ehci-hcd.c index 7d7c97cf9b2f..9b37e508ada3 100644 --- a/trunk/drivers/usb/host/ehci-hcd.c +++ b/trunk/drivers/usb/host/ehci-hcd.c @@ -897,7 +897,7 @@ MODULE_LICENSE ("GPL"); #define PLATFORM_DRIVER ehci_fsl_driver #endif -#ifdef CONFIG_SOC_AU1X00 +#ifdef CONFIG_SOC_AU1200 #include "ehci-au1xxx.c" #define PLATFORM_DRIVER ehci_hcd_au1xxx_driver #endif