diff options
Diffstat (limited to 'drivers/usb/host/ohci-omap.c')
-rw-r--r-- | drivers/usb/host/ohci-omap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c index c2c1f55889a4..92a77dfd1930 100644 --- a/drivers/usb/host/ohci-omap.c +++ b/drivers/usb/host/ohci-omap.c | |||
@@ -211,7 +211,7 @@ static int ohci_omap_init(struct usb_hcd *hcd) | |||
211 | 211 | ||
212 | #ifdef CONFIG_USB_OTG | 212 | #ifdef CONFIG_USB_OTG |
213 | if (need_transceiver) { | 213 | if (need_transceiver) { |
214 | ohci->transceiver = usb_get_phy(); | 214 | ohci->transceiver = usb_get_phy(USB_PHY_TYPE_USB2); |
215 | if (ohci->transceiver) { | 215 | if (ohci->transceiver) { |
216 | int status = otg_set_host(ohci->transceiver->otg, | 216 | int status = otg_set_host(ohci->transceiver->otg, |
217 | &ohci_to_hcd(ohci)->self); | 217 | &ohci_to_hcd(ohci)->self); |