]> 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>
Tue, 23 Oct 2012 05:50:08 +0000 (13:50 +0800)
commite0cbe1c10dff26d696bae493a095dc079dbe3ff3
tree6230c551b4dbfaf60edc27aa29dd12cbcbb51281
parent36e47aded2198d5d4fadef73b54d107f05ed66ed
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>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/step_wise.c