ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 28 Sep 2023 18:47:31 +0000 (20:47 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 29 Sep 2023 10:43:34 +0000 (12:43 +0200)
Notice that the list of device ACPI handles in struct acpi_thermal is not
used and drop it.

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

index d3d6429b98c51d6c8fc5203bd9d89052e1454b98..17bcf4185fef7e8773b6b0a0fceb30127a8a4501 100644 (file)
@@ -111,7 +111,6 @@ struct acpi_thermal {
        volatile u8 zombie;
        struct acpi_thermal_trips trips;
        struct thermal_trip *trip_table;
-       struct acpi_handle_list devices;
        struct thermal_zone_device *thermal_zone;
        int kelvin_offset;      /* in millidegrees */
        struct work_struct thermal_check_work;