diff options
author | Vivek Gautam <vivek.gautam@codeaurora.org> | 2016-12-28 09:46:45 +0100 |
---|---|---|
committer | Eduardo Valentin <edubezval@gmail.com> | 2017-02-19 02:44:29 +0100 |
commit | 992edf395b8a8411c506f4345bc04451eba95976 (patch) | |
tree | 30cae9a3fd8b447d98afd6d7dad8496a5329a50b /Documentation/devicetree/bindings/thermal | |
parent | thermal: arm: dra752: Remove all TSHUT related definitions (diff) | |
download | linux-992edf395b8a8411c506f4345bc04451eba95976.tar.xz linux-992edf395b8a8411c506f4345bc04451eba95976.zip |
thermal: mtk_thermal: Staticise a number of data variables
Sparse throws following warnings:
drivers/thermal/mtk_thermal.c:186:11: warning: symbol 'mt8173_bank_data' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:193:11: warning: symbol 'mt8173_msr' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:197:11: warning: symbol 'mt8173_adcpnp' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:201:11: warning: symbol 'mt8173_mux_values' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:204:11: warning: symbol 'mt2701_bank_data' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:208:11: warning: symbol 'mt2701_msr' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:212:11: warning: symbol 'mt2701_adcpnp' was not declared. Should it be static?
drivers/thermal/mtk_thermal.c:216:11: warning: symbol 'mt2701_mux_values' was not declared. Should it be static?
Make these variables as static to fix these warnings.
Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/thermal')
0 files changed, 0 insertions, 0 deletions