diff options
author | Tuomas Tynkkynen <ttynkkynen@nvidia.com> | 2013-07-25 22:38:01 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-29 14:58:21 +0400 |
commit | 185d0fd570c121c0c3d4527842a097e50e3e7a79 (patch) | |
tree | 7d978393c8e955d4c5a714f9ca38c899188b86dd /include/linux/usb | |
parent | 103566e40d0a57b028a51671d852b2650947a5ec (diff) | |
download | linux-185d0fd570c121c0c3d4527842a097e50e3e7a79.tar.xz |
usb: phy: tegra: Remove unnecessary 'dev' field
struct usb_phy already has a field for the device pointer, so this
unnecessary field 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')
-rw-r--r-- | include/linux/usb/tegra_usb_phy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/tegra_usb_phy.h b/include/linux/usb/tegra_usb_phy.h index 2b5fa947980a..c2bc7106aaa8 100644 --- a/include/linux/usb/tegra_usb_phy.h +++ b/include/linux/usb/tegra_usb_phy.h @@ -60,7 +60,6 @@ struct tegra_usb_phy { void *config; struct usb_phy *ulpi; struct usb_phy u_phy; - struct device *dev; bool is_legacy_phy; bool is_ulpi_phy; int reset_gpio; |