OSDN Git Service

cpufreq: vexpress: Drop unused variable
authorGuenter Roeck <linux@roeck-us.net>
Thu, 9 Sep 2021 18:47:14 +0000 (11:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Sep 2021 18:29:27 +0000 (11:29 -0700)
commitb60cee5bae733f49ba33840804c159a8e474cfda
tree9fe3527223f575ef622b760aff8a08737fae8d00
parent35a3f4ef0ab543daa1725b0c963eb8c05e3376f8
cpufreq: vexpress: Drop unused variable

arm:allmodconfig fails to build with the following error.

  drivers/cpufreq/vexpress-spc-cpufreq.c:454:13: error:
unused variable 'cur_cluster'

Remove the unused variable.

Fixes: bb8c26d9387f ("cpufreq: vexpress: Set CPUFREQ_IS_COOLING_DEV flag")
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/cpufreq/vexpress-spc-cpufreq.c