thermal/drivers/cpufreq_cooling: Remove unused list
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 14 Mar 2021 11:13:33 +0000 (12:13 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 15 Mar 2021 03:47:13 +0000 (04:47 +0100)
commit87602aeb8ad5bb1b2e23285a9d1322ac033f86c9
tree7b96d861868790fef53f0b76b398323e7bdb4f3b
parent6fd1b186d900acf4cef9d3c23ec2839022a46345
thermal/drivers/cpufreq_cooling: Remove unused list

There is a list with the purpose of grouping the cpufreq cooling
device together as described in the comments but actually it is
unused, the code evolved since 2012 and the list was no longer needed.

Delete the remaining unused list related code.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Link: https://lore.kernel.org/r/20210314111333.16551-5-daniel.lezcano@linaro.org
drivers/thermal/cpufreq_cooling.c