cpufreq: powernv: Make some symbols static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 14 Jul 2020 14:23:55 +0000 (22:23 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Jul 2020 15:27:15 +0000 (17:27 +0200)
commit133c6c84f280362911c020117532fbe538df6ae5
tree0096f1af5d8f36cd2a4bd4aa647f0730eb1ebefb
parent52fe0b16f60ed3bc38f5f4bafdeb4f618e97f62b
cpufreq: powernv: Make some symbols static

The sparse tool complains as follows:

drivers/cpufreq/powernv-cpufreq.c:88:1: warning:
 symbol 'pstate_revmap' was not declared. Should it be static?
drivers/cpufreq/powernv-cpufreq.c:383:18: warning:
 symbol 'cpufreq_freq_attr_cpuinfo_nominal_freq' was not declared. Should it be static?
drivers/cpufreq/powernv-cpufreq.c:669:6: warning:
 symbol 'gpstate_timer_handler' was not declared. Should it be static?
drivers/cpufreq/powernv-cpufreq.c:902:6: warning:
 symbol 'powernv_cpufreq_work_fn' was not declared. Should it be static?

Those symbols are not used outside of this file, so mark
them static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/powernv-cpufreq.c