diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-13 15:25:11 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-13 09:32:22 -0600 |
commit | 90bdf403db4ca75ee60ca5a760dc342cef96b5e1 (patch) | |
tree | bdac449ec94541aeb5dde2c5539b084307901b88 /drivers/usb/dwc3 | |
parent | 5fb694f96e7c19e66b1c55124b98812e32e3efa5 (diff) | |
download | linux-90bdf403db4ca75ee60ca5a760dc342cef96b5e1.tar.bz2 |
usb: phy: mv-usb: fix usb_phy build errors
The driver was recently adapted to a core API change, but the
change was incomplete, missing out the suspend helper and
leaving an extraneous local variable around:
usb/phy/phy-mv-usb.c: In function 'mv_otg_update_state':
usb/phy/phy-mv-usb.c:341:18: warning: unused variable 'phy' [-Wunused-variable]
usb/phy/phy-mv-usb.c: In function 'mv_otg_suspend':
usb/phy/phy-mv-usb.c:861:16: error: 'struct usb_phy' has no member named 'state'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: e47d92545c297 ("usb: move the OTG state from the USB PHY to the OTG structure")
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3')
0 files changed, 0 insertions, 0 deletions