diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/tegra_usb_phy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index 9259d4659582..9ebebe906925 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h | |||
| @@ -66,14 +66,14 @@ struct tegra_usb_phy { | |||
| 66 | struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance, | 66 | struct tegra_usb_phy *tegra_usb_phy_open(struct device *dev, int instance, |
| 67 | void __iomem *regs, void *config, enum tegra_usb_phy_mode phy_mode); | 67 | void __iomem *regs, void *config, enum tegra_usb_phy_mode phy_mode); |
| 68 | 68 | ||
| 69 | void tegra_usb_phy_preresume(struct tegra_usb_phy *phy); | 69 | void tegra_usb_phy_preresume(struct usb_phy *phy); |
| 70 | 70 | ||
| 71 | void tegra_usb_phy_postresume(struct tegra_usb_phy *phy); | 71 | void tegra_usb_phy_postresume(struct usb_phy *phy); |
| 72 | 72 | ||
| 73 | void tegra_ehci_phy_restore_start(struct tegra_usb_phy *phy, | 73 | void tegra_ehci_phy_restore_start(struct usb_phy *phy, |
| 74 | enum tegra_usb_phy_port_speed port_speed); | 74 | enum tegra_usb_phy_port_speed port_speed); |
| 75 | 75 | ||
| 76 | void tegra_ehci_phy_restore_end(struct tegra_usb_phy *phy); | 76 | void tegra_ehci_phy_restore_end(struct usb_phy *phy); |
| 77 | 77 | ||
| 78 | void tegra_ehci_set_pts(struct usb_phy *x, u8 pts_val); | 78 | void tegra_ehci_set_pts(struct usb_phy *x, u8 pts_val); |
| 79 | 79 | ||
