diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2013-07-29 14:07:48 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-13 22:41:49 -0700 |
commit | 9b0ec1a3cbb3e87526de81a2fd673c64403d912a (patch) | |
tree | e0e0efa9789ec269f6b9c56ecdd71427457b189b /include | |
parent | b999a89cea28b73b136e154f2f512b6cc6317b46 (diff) |
Revert "USB: PHY: tegra: Get rid of instance number to differentiate PHY type"
This reverts commit 3f9db1a19a8a17f6000973194c6a1d63c5cebf21.
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb/tegra_usb_phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index a6a89d4866f4..f03e157abaa8 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h @@ -60,7 +60,6 @@ struct tegra_usb_phy { struct usb_phy u_phy; struct device *dev; bool is_legacy_phy; - bool is_ulpi_phy; }; struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance, |