summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/tegra_usb_phy.h
diff options
context:
space:
mode:
authorTuomas Tynkkynen2013-07-25 20:38:07 +0200
committerFelipe Balbi2013-07-29 12:58:25 +0200
commit3b102e8bc0e49d417c7d376af857537080335dbf (patch)
treec436c222ee45bcb7854fadab7c5dab510ef3bed2 /include/linux/usb/tegra_usb_phy.h
parentusb: host: tegra: Locate a PHY via standard API (diff)
downloadkernel-qcow2-linux-3b102e8bc0e49d417c7d376af857537080335dbf.tar.gz
kernel-qcow2-linux-3b102e8bc0e49d417c7d376af857537080335dbf.tar.xz
kernel-qcow2-linux-3b102e8bc0e49d417c7d376af857537080335dbf.zip
usb: phy: tegra: Remove custom PHY locating APIs
The Tegra EHCI driver is no longer using these custom functions, so they can be removed. Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Tested-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb/tegra_usb_phy.h')
-rw-r--r--include/linux/usb/tegra_usb_phy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h
index 847415313ad2..a095c98184d0 100644
--- a/include/linux/usb/tegra_usb_phy.h
+++ b/include/linux/usb/tegra_usb_phy.h
@@ -60,8 +60,6 @@ struct tegra_usb_phy {
int reset_gpio;
};
-struct usb_phy *tegra_usb_get_phy(struct device_node *dn);
-
void tegra_usb_phy_preresume(struct usb_phy *phy);
void tegra_usb_phy_postresume(struct usb_phy *phy);