]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/usb/phy/phy-tegra-usb.c
Revert "ARM: tegra: skip USB resume from LP0"
[sojka/nv-tegra/linux-3.10.git] / drivers / usb / phy / phy-tegra-usb.c
index 08c22ba6c8c9f763dbc84b86824c1c01eb3c1922..e64e220b215bd033a75e96b2d14f4d497b4c023d 100644 (file)
@@ -938,12 +938,3 @@ void tegra_usb_phy_pmc_disable(struct tegra_usb_phy *phy)
                phy->ops->pmc_disable(phy);
 }
 EXPORT_SYMBOL_GPL(tegra_usb_phy_pmc_disable);
-
-bool tegra_usb_phy_is_pmc_wake(struct tegra_usb_phy *phy)
-{
-       bool status = 0;
-       if (phy->ops && phy->ops->is_pmc_wakeup)
-               status = phy->ops->is_pmc_wakeup(phy);
-       return status;
-}
-EXPORT_SYMBOL_GPL(tegra_usb_phy_is_pmc_wake);