|
@@ -997,7 +997,7 @@ MODULE_LICENSE ("GPL");
|
|
#define SA1111_DRIVER ohci_hcd_sa1111_driver
|
|
#define SA1111_DRIVER ohci_hcd_sa1111_driver
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_ARCH_S3C2410
|
|
|
|
|
|
+#if defined(CONFIG_ARCH_S3C2410) || defined(CONFIG_ARCH_S3C64XX)
|
|
#include "ohci-s3c2410.c"
|
|
#include "ohci-s3c2410.c"
|
|
#define PLATFORM_DRIVER ohci_hcd_s3c2410_driver
|
|
#define PLATFORM_DRIVER ohci_hcd_s3c2410_driver
|
|
#endif
|
|
#endif
|