From: Wei Yongjun Date: Tue, 9 Dec 2014 13:19:51 +0000 (+0800) Subject: regulator: rk808: Fix sparse non static symbol warnings X-Git-Tag: fixes-v4.0-rc1~183^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cb2f03c67265922c66e20270d4fd669a661da82;p=pandora-kernel.git regulator: rk808: Fix sparse non static symbol warnings Fixes the following sparse warnings: drivers/regulator/rk808-regulator.c:100:5: warning: symbol 'rk808_set_suspend_voltage' was not declared. Should it be static? drivers/regulator/rk808-regulator.c:115:5: warning: symbol 'rk808_set_suspend_enable' was not declared. Should it be static? drivers/regulator/rk808-regulator.c:126:5: warning: symbol 'rk808_set_suspend_disable' was not declared. Should it be static? Signed-off-by: Wei Yongjun Signed-off-by: Mark Brown --- Reading git-diff-tree failed