diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2012-02-13 13:24:06 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-02-13 13:35:25 +0200 |
commit | 7e062c0f8888001d28cf74da0c3d16a651bd7489 (patch) | |
tree | 459a77a6f9eab6e4b0d584d744d5feb39832a21f /drivers/usb/otg/otg_fsm.h | |
parent | 144713f34727801d55d8858e0f549118b9f691c4 (diff) | |
download | talos-obmc-linux-7e062c0f8888001d28cf74da0c3d16a651bd7489.tar.gz talos-obmc-linux-7e062c0f8888001d28cf74da0c3d16a651bd7489.zip |
usb: otg: fsl: 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: Li Yang <leoli@freescale.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/otg/otg_fsm.h')
-rw-r--r-- | drivers/usb/otg/otg_fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/otg_fsm.h b/drivers/usb/otg/otg_fsm.h index 5e589ae9a199..c30a2e1d9e46 100644 --- a/drivers/usb/otg/otg_fsm.h +++ b/drivers/usb/otg/otg_fsm.h @@ -82,7 +82,7 @@ struct otg_fsm { int loc_sof; struct otg_fsm_ops *ops; - struct usb_phy *transceiver; + struct usb_otg *otg; /* Current usb protocol used: 0:undefine; 1:host; 2:client */ int protocol; |