Skip to content

Commit c676733

Browse files
committed
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 <[email protected]> Acked-by: Daniel Lezcano <[email protected]>
1 parent 03a6d59 commit c676733

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/acpi/thermal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ struct acpi_thermal {
111111
volatile u8 zombie;
112112
struct acpi_thermal_trips trips;
113113
struct thermal_trip *trip_table;
114-
struct acpi_handle_list devices;
115114
struct thermal_zone_device *thermal_zone;
116115
int kelvin_offset; /* in millidegrees */
117116
struct work_struct thermal_check_work;

0 commit comments

Comments
 (0)