Re: [PATCH -next] cpufreq: powernv: Make some symbols static
From: Lee Jones <hidden>
Date: 2020-07-15 06:50:29
Also in:
linux-pm
On Wed, 15 Jul 2020, Viresh Kumar wrote:
On 14-07-20, 22:23, Wei Yongjun wrote:quoted
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 <redacted> Signed-off-by: Wei Yongjun <redacted> --- drivers/cpufreq/powernv-cpufreq.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)Lee also sent a fix for this, but yours look complete :) https://lore.kernel.org/lkml/20200714145049.2496163-7-lee.jones@linaro.org/ (local) Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Yes, looks good to me. Reviewed-by: Lee Jones <redacted> -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog