usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()
commit1e0f20bea2b08775eb832e8f95d320cddd65737b
authorJingoo Han <jg1.han@samsung.com>
Mon, 5 Aug 2013 05:17:11 +0000 (5 14:17 +0900)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Aug 2013 13:34:21 +0000 (9 16:34 +0300)
tree6825e2ad9283dab2ebe2993eccec7fcb306a0b7e
parentcf1dea73c72ded6e1e1f61598a69b663d4c163ed
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