]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: phy: omap_usb_phy: fix build breakage
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Nov 2014 14:28:45 +0000 (08:28 -0600)
committerTom Rini <trini@ti.com>
Thu, 4 Dec 2014 16:04:13 +0000 (11:04 -0500)
commit7a294c5c0a048177d4f69b255988fdff59133ff8
tree7d7912a84adfdb63d29c67c5a4741e6fe2a4d4a2
parent113d7e88cbcd58e1e2c1792be433bd9aa3f778e3
usb: phy: omap_usb_phy: fix build breakage

there's no such function usb3_phy_power(),
it's likely that author meant to call,
usb_phy_power() instead, but that's already
called properly from xhci-omap.c.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
drivers/usb/phy/omap_usb_phy.c