From: Krzysztof Kozlowski Date: Fri, 31 Oct 2014 16:04:14 +0000 (+0100) Subject: regulator: Staticize 'regulator_states' array X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~23^2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32fa89ca9b2e1048d925af48bb0b1b3275d39d6;p=pandora-kernel.git regulator: Staticize 'regulator_states' array The 'regulator_states' array is used only in this unit and it is not exported. Make it static. This also fixes following sparse warning: drivers/regulator/of_regulator.c:22:12: warning: symbol 'regulator_states' was not declared. Should it be static? Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mark Brown --- Reading git-diff-tree failed