summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/thermal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h
index f7e11c7ea7d9..3c4988d22107 100644
--- a/include/linux/thermal.h
+++ b/include/linux/thermal.h
@@ -182,6 +182,7 @@ struct thermal_zone_device {
struct mutex lock; /* protect thermal_instances list */
struct list_head node;
struct delayed_work poll_queue;
+ bool poweroff;
};
/* Structure that holds thermal governor information */