RE: [PATCH 1/2] thermal: fair_share: Add missing static storage class specifiers

2012-09-27 Thread R, Durgadoss
> -Original Message- > From: Sachin Kamat [mailto:sachin.ka...@linaro.org] > Sent: Thursday, September 27, 2012 4:58 PM > To: linux-kernel@vger.kernel.org > Cc: R, Durgadoss; Zhang, Rui; sachin.ka...@linaro.org; patc...@linaro.org > Subject: [PATCH 1/2] thermal: fair_

[PATCH 1/2] thermal: fair_share: Add missing static storage class specifiers

2012-09-27 Thread Sachin Kamat
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 ---