diff options
| author | Tuomas Tynkkynen <[email protected]> | 2013-07-25 21:38:04 +0300 |
|---|---|---|
| committer | Felipe Balbi <[email protected]> | 2013-07-29 13:58:23 +0300 |
| 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 <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
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 { u8 xcvr_lsrslew; }; -struct tegra_ulpi_config { - int reset_gpio; - const char *clk; -}; - enum tegra_usb_phy_port_speed { TEGRA_USB_PHY_PORT_SPEED_FULL = 0, TEGRA_USB_PHY_PORT_SPEED_LOW, |