diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2012-02-13 06:24:03 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-02-13 06:34:56 -0500 |
commit | de07e18c00c403d5076a5a697d83fe3ced73bc30 (patch) | |
tree | 6356bf89b0f30b15ce29d7b7dba9a3b202df0167 /drivers/usb/otg/ab8500-usb.c | |
parent | 8675381109b0eb1c948a423c2b35e3f4509cb25e (diff) |
usb: otg: Rename usb_xceiv_event to usb_phy_event
Convert all users.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/otg/ab8500-usb.c')
-rw-r--r-- | drivers/usb/otg/ab8500-usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c index 5f06dda7db61..b46a5fe178ef 100644 --- a/drivers/usb/otg/ab8500-usb.c +++ b/drivers/usb/otg/ab8500-usb.c | |||
@@ -153,7 +153,7 @@ static int ab8500_usb_link_status_update(struct ab8500_usb *ab) | |||
153 | u8 reg; | 153 | u8 reg; |
154 | enum ab8500_usb_link_status lsts; | 154 | enum ab8500_usb_link_status lsts; |
155 | void *v = NULL; | 155 | void *v = NULL; |
156 | enum usb_xceiv_events event; | 156 | enum usb_phy_events event; |
157 | 157 | ||
158 | abx500_get_register_interruptible(ab->dev, | 158 | abx500_get_register_interruptible(ab->dev, |
159 | AB8500_USB, | 159 | AB8500_USB, |