diff options
| author | Tuomas Tynkkynen <ttynkkynen@nvidia.com> | 2013-07-25 14:38:04 -0400 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2013-07-29 06:58:23 -0400 |
| commit | 5fed6828318119656e243c4f0a11955cefc8eebd (patch) | |
| tree | d56b8df4c5bffffb2f922f19377a159d95adf8ef /include/linux/usb | |
| parent | d506427945089ced99cfbc5f53dd5adc5d34a5cd (diff) | |
ARM: tegra: Remove USB platform data
USB-related platform data is not used anymore in the Tegra USB drivers,
so remove all of it.
Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/tegra_usb_phy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index c2bc7106aaa8..847415313ad2 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h | |||
| @@ -28,11 +28,6 @@ struct tegra_utmip_config { | |||
| 28 | u8 xcvr_lsrslew; | 28 | u8 xcvr_lsrslew; |
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | struct tegra_ulpi_config { | ||
| 32 | int reset_gpio; | ||
| 33 | const char *clk; | ||
| 34 | }; | ||
| 35 | |||
| 36 | enum tegra_usb_phy_port_speed { | 31 | enum tegra_usb_phy_port_speed { |
| 37 | TEGRA_USB_PHY_PORT_SPEED_FULL = 0, | 32 | TEGRA_USB_PHY_PORT_SPEED_FULL = 0, |
| 38 | TEGRA_USB_PHY_PORT_SPEED_LOW, | 33 | TEGRA_USB_PHY_PORT_SPEED_LOW, |
