diff options
author | Felipe Balbi <balbi@ti.com> | 2014-04-17 00:20:44 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-04-21 23:07:24 +0400 |
commit | 4525beeb9aadbb9e1cb3e9e135f4371553f26a70 (patch) | |
tree | 4c3679819c31984dfa313ee64abaf9f0b6abbb18 /drivers/usb/phy/phy-keystone.c | |
parent | 0700faaf736492bd203630d179b639a1f5bbb576 (diff) | |
download | linux-4525beeb9aadbb9e1cb3e9e135f4371553f26a70.tar.xz |
usb: phy: rename usb_nop_xceiv to usb_phy_generic
no functional changes, just renaming the function
in order to make it slightly clearer what it should
be used for, also matching the driver name.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-keystone.c')
-rw-r--r-- | drivers/usb/phy/phy-keystone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/phy-keystone.c b/drivers/usb/phy/phy-keystone.c index d762003896c0..2404c442c302 100644 --- a/drivers/usb/phy/phy-keystone.c +++ b/drivers/usb/phy/phy-keystone.c @@ -35,7 +35,7 @@ #define PHY_REF_SSP_EN BIT(29) struct keystone_usbphy { - struct usb_phy_gen_xceiv usb_phy_gen; + struct usb_phy_generic usb_phy_gen; void __iomem *phy_ctrl; }; |