From: Jingoo Han Date: Mon, 5 Aug 2013 05:17:11 +0000 (+0900) Subject: usb: phy: mv-u3d: Staticize mv_u3d_phy_shutdown() X-Git-Tag: v3.12-rc1~186^2~77^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0f20bea2b08775eb832e8f95d320cddd65737b;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed