diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-02-16 03:05:13 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-16 03:05:12 -0800 |
| commit | 5997ded26279288da2fc6a506916cef89b258b81 (patch) | |
| tree | d5b56455acb5403eaac63dd341c8ef7a732ac11d /include/linux | |
| parent | 02ebf6683c9126b664c70dca8cc9a52ade38a13e (diff) | |
| parent | 4a86c2f3ccbb861cc50778cc4b67af153e99bf24 (diff) | |
Merge "drivers: thermal: Exit sysfs notify kthread when sensor unregisters"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/thermal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/thermal.h b/include/linux/thermal.h index b90f8f5c663d..4d2cf47aba27 100644 --- a/include/linux/thermal.h +++ b/include/linux/thermal.h @@ -178,6 +178,7 @@ struct sensor_info { struct work_struct work; struct task_struct *sysfs_notify_thread; struct completion sysfs_notify_complete; + bool deregister_active; }; /** |
