|
@@ -27,7 +27,7 @@
|
|
#include <asm/mach-types.h>
|
|
#include <asm/mach-types.h>
|
|
#include "overo.h"
|
|
#include "overo.h"
|
|
|
|
|
|
-#ifdef CONFIG_USB_EHCI
|
|
|
|
|
|
+#ifdef CONFIG_USB_EHCI_HCD
|
|
#include <usb.h>
|
|
#include <usb.h>
|
|
#include <asm/ehci-omap.h>
|
|
#include <asm/ehci-omap.h>
|
|
#endif
|
|
#endif
|
|
@@ -393,7 +393,7 @@ void board_mmc_power_init(void)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_USB_EHCI)
|
|
|
|
|
|
+#if defined(CONFIG_USB_EHCI_HCD)
|
|
static struct omap_usbhs_board_data usbhs_bdata = {
|
|
static struct omap_usbhs_board_data usbhs_bdata = {
|
|
.port_mode[0] = OMAP_USBHS_PORT_MODE_UNUSED,
|
|
.port_mode[0] = OMAP_USBHS_PORT_MODE_UNUSED,
|
|
.port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
|
|
.port_mode[1] = OMAP_EHCI_PORT_MODE_PHY,
|
|
@@ -420,4 +420,4 @@ int ehci_hcd_stop(void)
|
|
return omap_ehci_hcd_stop();
|
|
return omap_ehci_hcd_stop();
|
|
}
|
|
}
|
|
|
|
|
|
-#endif /* CONFIG_USB_EHCI */
|
|
|
|
|
|
+#endif /* CONFIG_USB_EHCI_HCD */
|