arch_topology: Remove unused topology_set_thermal_pressure() and related
authorLukasz Luba <lukasz.luba@arm.com>
Tue, 9 Nov 2021 19:57:14 +0000 (19:57 +0000)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 23 Nov 2021 09:40:26 +0000 (15:10 +0530)
commit7e97b3dc2556743dd02612c92a8de7026e8d7dc9
treee3eb4ab081ec776552357d9a48b5f8033d87cf77
parent0258cb19c77deb755747b97f690931193ced0c55
arch_topology: Remove unused topology_set_thermal_pressure() and related

There is no need of this function (and related) since code has been
converted to use the new arch_update_thermal_pressure() API. The old
code can be removed.

Signed-off-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
arch/arm/include/asm/topology.h
arch/arm64/include/asm/topology.h
drivers/base/arch_topology.c
include/linux/arch_topology.h
include/linux/sched/topology.h
init/Kconfig