diff options
Diffstat (limited to 'drivers/usb/host')
| -rw-r--r-- | drivers/usb/host/ohci-hcd.c | 3 | ||||
| -rw-r--r-- | drivers/usb/host/s3c64xx-hcd.c | 2 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index 67d478f87..b03a60044 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -65,8 +65,7 @@  #endif  #if defined(CONFIG_ARM920T) || \ -    defined(CONFIG_S3C2400) || \ -    defined(CONFIG_S3C2410) || \ +    defined(CONFIG_S3C24X0) || \      defined(CONFIG_S3C6400) || \      defined(CONFIG_440EP) || \      defined(CONFIG_PCI_OHCI) || \ diff --git a/drivers/usb/host/s3c64xx-hcd.c b/drivers/usb/host/s3c64xx-hcd.c index 274a4ed30..cd295dabb 100644 --- a/drivers/usb/host/s3c64xx-hcd.c +++ b/drivers/usb/host/s3c64xx-hcd.c @@ -25,7 +25,7 @@   */  #include <common.h> -#include <s3c6400.h> +#include <asm/arch/s3c6400.h>  int usb_cpu_init(void)  { |