Commit c6767334 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal

Notice that the list of device ACPI handles in struct acpi_thermal is not
used and drop it.

No functional impact.
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 03a6d598
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment