]> git.baikalelectronics.ru Git - kernel.git/commit
phy: twl4030: Fix build breakage
authorFelipe Balbi <balbi@ti.com>
Fri, 7 Nov 2014 15:06:04 +0000 (09:06 -0600)
committerFelipe Balbi <balbi@ti.com>
Mon, 10 Nov 2014 23:19:34 +0000 (17:19 -0600)
commitb2b6aa73b3e141652a3a685358658daed8ce087f
treebfb1f9ca56778cd5048e8b972b3d752e3bfab3b2
parent17301aec4fbb7f51022c646038808242601964fb
phy: twl4030: Fix build breakage

commit 314e0cb (usb: move the OTG state
from the USB PHY to the OTG structure) moved
the OTG state field from struct usb_phy to
struct usb_otg but, even though I fixed many
other build breakages, I still missed one
on phy-twl4030-usb.c.

Fix the build breakage now.

While at that, also a build warning introduced
by the same commit.

Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/phy/phy-twl4030-usb.c