]> git.karo-electronics.de Git - karo-tx-linux.git/commit
thermal: fair_share: Add missing static storage class specifiers
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 27 Sep 2012 11:27:53 +0000 (16:57 +0530)
committerZhang Rui <rui.zhang@intel.com>
Fri, 28 Sep 2012 00:23:00 +0000 (08:23 +0800)
commita4bb0f5d3df9fe59ae33217a21836949093244b3
treed5b5155b7025d3a9fe637845ece22d82c69c3703
parenta468ed34a4908c05b7d8daec3597fa0a35216386
thermal: fair_share: Add missing static storage class specifiers

Fixes the following sparse warnings:
drivers/thermal/fair_share.c:80:5: warning:
symbol 'fair_share_throttle' was not declared. Should it be static?
drivers/thermal/fair_share.c:111:25: warning:
symbol 'thermal_gov_fair_share' was not declared. Should it be static?

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