Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jingoo Han and committed by
Felipe Balbi
1e0f20be cf1dea73

+1 -1
+1 -1
drivers/usb/phy/phy-mv-u3d-usb.c
··· 82 82 writel_relaxed(value, data); 83 83 } 84 84 85 - void mv_u3d_phy_shutdown(struct usb_phy *phy) 85 + static void mv_u3d_phy_shutdown(struct usb_phy *phy) 86 86 { 87 87 struct mv_u3d_phy *mv_u3d_phy; 88 88 void __iomem *base;