]> git.karo-electronics.de Git - karo-tx-linux.git/commit
thermal: step_wise: Add missing static storage class specifiers
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 27 Sep 2012 10:58:12 +0000 (16:28 +0530)
committerZhang Rui <rui.zhang@intel.com>
Fri, 28 Sep 2012 00:22:58 +0000 (08:22 +0800)
commita468ed34a4908c05b7d8daec3597fa0a35216386
tree23be23f277508fd3e6a038b4f4b8fa2d49932957
parentf224ce9934831857a8bfb0915c36a4f994ae76ea
thermal: step_wise: Add missing static storage class specifiers

Fixes the following sparse warnings:
drivers/thermal/step_wise.c:153:5: warning:
symbol 'step_wise_throttle' was not declared. Should it be static?
drivers/thermal/step_wise.c:172:25: warning:
symbol 'thermal_gov_step_wise' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
drivers/thermal/step_wise.c