diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-09-28 20:47:31 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-09-29 12:43:34 +0200 |
commit | c6767334185e50121b66eae9f882d2832d2d2ad1 (patch) | |
tree | 1263f55a022c96e13ed77ed0359963333d759988 | |
parent | 03a6d5986c9dea51f05c66a5f2fee6a15e498160 (diff) |
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: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r-- | drivers/acpi/thermal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index d3d6429b98c5..17bcf4185fef 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c @@ -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; |