diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/thermal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index af10c703601b..34016d986815 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -173,6 +173,8 @@ struct sensor_info { struct list_head threshold_list; struct mutex lock; struct work_struct work; + struct task_struct *sysfs_notify_thread; + struct completion sysfs_notify_complete; }; /** |
