thermal: qcom: remove declare local symbols as static
authorEduardo Valentin <edubezval@gmail.com>
Sat, 2 Jul 2016 01:02:09 +0000 (18:02 -0700)
committerZhang Rui <rui.zhang@intel.com>
Fri, 19 Aug 2016 05:58:37 +0000 (13:58 +0800)
commitcd40339d4424b3b31e0eb4ff60734e36825372ba
tree99dc5ae73125f3d7580ea80766f69f79a00cb5d6
parent970e7cd170fcad6e3679a4be9aeee6adcd33b1f8
thermal: qcom: remove declare local symbols as static

Trivial: remove the following:
drivers/thermal/qcom/tsens-8916.c:103:24: warning: symbol 'ops_8916' was not declared. Should it be static?
drivers/thermal/qcom/tsens-8996.c:76:24: warning: symbol 'ops_8996' was not declared. Should it be static?
drivers/thermal/qcom/tsens-8974.c:235:24: warning: symbol 'ops_8974' was not declared. Should it be static?
drivers/thermal/qcom/tsens-8960.c:279:24: warning: symbol 'ops_8960' was not declared. Should it be static?

Cc: Zhang Rui <rui.zhang@intel.com>
Cc: Rajendra Nayak <rnayak@codeaurora.org>
Cc: linux-pm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/qcom/tsens-8916.c
drivers/thermal/qcom/tsens-8960.c
drivers/thermal/qcom/tsens-8974.c
drivers/thermal/qcom/tsens-8996.c
This page took 0.024691 seconds and 5 git commands to generate.