ACPI: thermal: Move get_active_temp()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2023 13:18:31 +0000 (15:18 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 5 Oct 2023 11:20:57 +0000 (13:20 +0200)
commit44babd829a7e0c13b57040fc8234f64fabab1efd
treec49f14aa46e57a1db88438def72a2c9d4c2417a5
parent8820087ee5e7e15a5b041d02c9585fff16f858e1
ACPI: thermal: Move get_active_temp()

Put the get_active_temp() function next to the analogous
get_passive_temp() one to allow subsequent changes to be easier to
follow.

No functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/acpi/thermal.c