summaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2014-10-07 12:43:04 +0900
committerFelipe Balbi <balbi@ti.com>2014-11-03 10:00:56 -0600
commitc042b85a2cbb0c612e9ed3c7ea1af684bba5dcd3 (patch)
tree34ac077e43f18cc30c986437d14f85a5d4afc7ca /drivers/usb/renesas_usbhs/common.h
parentccb072de5702a50270172e8613db186d136fce16 (diff)
downloadop-kernel-dev-c042b85a2cbb0c612e9ed3c7ea1af684bba5dcd3.zip
op-kernel-dev-c042b85a2cbb0c612e9ed3c7ea1af684bba5dcd3.tar.gz
usb: renesas_usbhs: rename phy to usb_phy in usbhs_priv
To support a generic phy driver in this driver later, this patch renames "struct usb_phy *phy" to "struct usb_phy *usb_phy". Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r--drivers/usb/renesas_usbhs/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h
index a7996da..e0d53c5 100644
--- a/drivers/usb/renesas_usbhs/common.h
+++ b/drivers/usb/renesas_usbhs/common.h
@@ -269,7 +269,7 @@ struct usbhs_priv {
*/
struct usbhs_fifo_info fifo_info;
- struct usb_phy *phy;
+ struct usb_phy *usb_phy;
};
/*
OpenPOWER on IntegriCloud