Re: [PATCH] thermal: step_wise: Add missing static storage class specifiers

2012-09-27 Thread Sachin Kamat
linaro.org; patc...@linaro.org >> Subject: [PATCH] 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

RE: [PATCH] thermal: step_wise: 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:28 PM > To: linux-kernel@vger.kernel.org > Cc: R, Durgadoss; Zhang, Rui; sachin.ka...@linaro.org; patc...@linaro.org > Subject: [PATCH] thermal: step_wise:

[PATCH] thermal: step_wise: Add missing static storage class specifiers

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

[PATCH] thermal: step_wise: Add missing static storage class specifiers

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

RE: [PATCH] thermal: step_wise: 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:28 PM To: linux-kernel@vger.kernel.org Cc: R, Durgadoss; Zhang, Rui; sachin.ka...@linaro.org; patc...@linaro.org Subject: [PATCH] thermal: step_wise: Add missing static storage

Re: [PATCH] thermal: step_wise: Add missing static storage class specifiers

2012-09-27 Thread Sachin Kamat
...@linaro.org Subject: [PATCH] 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