summaryrefslogtreecommitdiff
path: root/include/linux/usb/msm_hsusb.h
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2012-02-13 15:24:09 +0400
committerFelipe Balbi <balbi@ti.com>2012-02-13 15:35:38 +0400
commit1d4c9293ae3555f2dcf9f394d1e2a14fd9421c4f (patch)
treec4e1e7ea722730d5ebf8d6dfc2258051d0d466c4 /include/linux/usb/msm_hsusb.h
parent819d1c742b408bd6cdab77d4308940600811cf20 (diff)
downloadlinux-1d4c9293ae3555f2dcf9f394d1e2a14fd9421c4f.tar.xz
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: Heikki Krogerus <heikki.krogerus@linux.intel.com> Acked-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Reviewed-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb/msm_hsusb.h')
-rw-r--r--include/linux/usb/msm_hsusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/msm_hsusb.h b/include/linux/usb/msm_hsusb.h
index 2d3547ae9562..22a396c13f3a 100644
--- a/include/linux/usb/msm_hsusb.h
+++ b/include/linux/usb/msm_hsusb.h
@@ -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;