usb: rename phy to usb_phy in HCD
[firefly-linux-kernel-4.4.55.git] / drivers / usb / host / ehci-hub.c
index 7ccb3ccf8e86854b74a7301f9cc0b2b91eb6193b..5728829cf6ef0e631df75ba69d77ae04c5c26fbc 100644 (file)
@@ -922,7 +922,7 @@ int ehci_hub_control(
 #ifdef CONFIG_USB_OTG
                        if ((hcd->self.otg_port == (wIndex + 1))
                            && hcd->self.b_hnp_enable) {
-                               otg_start_hnp(hcd->phy->otg);
+                               otg_start_hnp(hcd->usb_phy->otg);
                                break;
                        }
 #endif