git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf1dea7
)
usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown()
author
Jingoo Han
<jg1.han@samsung.com>
Mon, 5 Aug 2013 05:17:11 +0000
(14:17 +0900)
committer
Felipe Balbi
<balbi@ti.com>
Fri, 9 Aug 2013 13:34:21 +0000
(16:34 +0300)
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>
No differences found