diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-08-01 10:52:55 +0900 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2013-08-01 09:55:33 +0100 |
commit | fae01582ce9e01283514e00073868635865b8fb4 (patch) | |
tree | 677f81ac5897f476aae9c63285571844520d1f47 /scripts | |
parent | a1ca138ff05f1f7b5f752fae0df6e34f0f58f16c (diff) |
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 <jg1.han@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions