From: Jingoo Han Date: Mon, 5 Aug 2013 05:17:53 +0000 (+0900) Subject: usb: phy: mv-usb: remove incorrect __exit_p annotation X-Git-Tag: v3.12-rc1~186^2~77^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07f4a8200cfc7ff2ba23ef87dd6267a4d70fb10;p=pandora-kernel.git usb: phy: mv-usb: remove incorrect __exit_p annotation When platform_driver_probe() is not used, bind/unbind via sysfs is enabled. Thus, __exit_p annotation should be removed from remove(). Also, mv_otg_remove() is staticized, because this function is used only in this file. Fix the following sparse warning: drivers/usb/phy/phy-mv-usb.c:656:5: warning: symbol 'mv_otg_remove' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed