From: Sachin Kamat Date: Thu, 27 Sep 2012 11:27:53 +0000 (+0530) Subject: thermal: fair_share: Add missing static storage class specifiers X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~60^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621769334b6a9be702e4f9e3c56a77da1a112377;p=pandora-kernel.git 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 Acked-by: Durgadoss R Signed-off-by: Zhang Rui --- Reading git-diff-tree failed