ACPI: thermal: Drop enabled flag from struct acpi_thermal_active
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 25 Jul 2023 18:06:37 +0000 (20:06 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Aug 2023 12:04:30 +0000 (14:04 +0200)
commitdabc621a311007d78bfcf60f8125c5e8c33ded7b
treed85196eb0f7ecbd45db72873c805496321c6d449
parent5f641174a12b8a876a4101201a21ef4675ecc014
ACPI: thermal: Drop enabled flag from struct acpi_thermal_active

The enabled field of struct acpi_thermal_active is only updated and never
read, so drop it along with the related code.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/thermal.c