Commit 1d4c9293 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Felipe Balbi

usb: otg: msm: Start using struct usb_otg

Use struct usb_otg members with OTG specific functions instead
of usb_phy members.
Signed-off-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
Reviewed-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 819d1c74
This diff is collapsed.
......@@ -160,7 +160,7 @@ struct msm_otg_platform_data {
* detection process.
*/
struct msm_otg {
struct usb_phy otg;
struct usb_phy phy;
struct msm_otg_platform_data *pdata;
int irq;
struct clk *clk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment