diff options
author | Tuomas Tynkkynen <ttynkkynen@nvidia.com> | 2013-07-25 14:38:01 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-07-29 06:58:21 -0400 |
commit | 185d0fd570c121c0c3d4527842a097e50e3e7a79 (patch) | |
tree | 7d978393c8e955d4c5a714f9ca38c899188b86dd /include/linux/usb/tegra_usb_phy.h | |
parent | 103566e40d0a57b028a51671d852b2650947a5ec (diff) |
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/tegra_usb_phy.h')
-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 { | |||
60 | void *config; | 60 | void *config; |
61 | struct usb_phy *ulpi; | 61 | struct usb_phy *ulpi; |
62 | struct usb_phy u_phy; | 62 | struct usb_phy u_phy; |
63 | struct device *dev; | ||
64 | bool is_legacy_phy; | 63 | bool is_legacy_phy; |
65 | bool is_ulpi_phy; | 64 | bool is_ulpi_phy; |
66 | int reset_gpio; | 65 | int reset_gpio; |