]> git.baikalelectronics.ru Git - kernel.git/commit
usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()
authorJingoo Han <jg1.han@samsung.com>
Mon, 5 Aug 2013 05:17:11 +0000 (14:17 +0900)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Aug 2013 13:34:21 +0000 (16:34 +0300)
commit818f16dae716c6294ed6b571b72958e6daf88a5c
tree6825e2ad9283dab2ebe2993eccec7fcb306a0b7e
parent081f89a877e87c9e66e3824d26590e1c5c633091
usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()

mv_u3d_phy_shutdown() is used only in this file.
Fix the following sparse warning:

drivers/usb/phy/phy-mv-u3d-usb.c:85:6: warning: symbol 'mv_u3d_phy_shutdown' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-mv-u3d-usb.c