From: Jingoo Han Date: Thu, 1 Aug 2013 01:52:55 +0000 (+0900) Subject: mfd: twl4030-power: Staticize local functions X-Git-Tag: v3.12-rc1~100^2~7^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae01582ce9e01283514e00073868635865b8fb4;p=pandora-kernel.git mfd: twl4030-power: Staticize local functions twl4030_power_configure_scripts(), twl4030_power_configure_resources(), twl4030_power_probe() are used only in this file. Fix the following sparse warnings: drivers/mfd/twl4030-power.c:496:5: warning: symbol 'twl4030_power_configure_scripts' was not declared. Should it be static? drivers/mfd/twl4030-power.c:512:5: warning: symbol 'twl4030_power_configure_resources' was not declared. Should it be static? drivers/mfd/twl4030-power.c:556:5: warning: symbol 'twl4030_power_probe' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Lee Jones --- Reading git-diff-tree failed