summaryrefslogtreecommitdiff
path: root/drivers/usb/otg/fsl_otg.h
diff options
context:
space:
mode:
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>2012-02-13 13:24:06 +0200
committerFelipe Balbi <balbi@ti.com>2012-02-13 13:35:25 +0200
commit7e062c0f8888001d28cf74da0c3d16a651bd7489 (patch)
tree459a77a6f9eab6e4b0d584d744d5feb39832a21f /drivers/usb/otg/fsl_otg.h
parent144713f34727801d55d8858e0f549118b9f691c4 (diff)
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/fsl_otg.h')
-rw-r--r--drivers/usb/otg/fsl_otg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/fsl_otg.h b/drivers/usb/otg/fsl_otg.h
index caec254ad819..ca266280895d 100644
--- a/drivers/usb/otg/fsl_otg.h
+++ b/drivers/usb/otg/fsl_otg.h
@@ -369,7 +369,7 @@ inline struct fsl_otg_timer *otg_timer_initializer
}
struct fsl_otg {
- struct usb_phy otg;
+ struct usb_phy phy;
struct otg_fsm fsm;
struct usb_dr_mmap *dr_mem_map;
struct delayed_work otg_event;