--- zzzz-none-000/linux-4.9.231/include/linux/thermal.h 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/include/linux/thermal.h 2022-03-30 12:03:35.000000000 +0000 @@ -199,6 +199,7 @@ * @node: node in thermal_tz_list (in thermal_core.c) * @poll_queue: delayed work for polling * @notify_event: Last notification event + * @avm_power_handle: AVM Power Temperature registration handle */ struct thermal_zone_device { int id; @@ -230,6 +231,7 @@ struct list_head node; struct delayed_work poll_queue; enum thermal_notify_event notify_event; + void *avm_power_handle; }; /**