diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/hid-sensor-hub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hid-sensor-hub.h b/include/linux/hid-sensor-hub.h index fc7aae64dcde..331dc377c275 100644 --- a/include/linux/hid-sensor-hub.h +++ b/include/linux/hid-sensor-hub.h | |||
@@ -231,6 +231,7 @@ struct hid_sensor_common { | |||
231 | unsigned usage_id; | 231 | unsigned usage_id; |
232 | atomic_t data_ready; | 232 | atomic_t data_ready; |
233 | atomic_t user_requested_state; | 233 | atomic_t user_requested_state; |
234 | atomic_t runtime_pm_enable; | ||
234 | int poll_interval; | 235 | int poll_interval; |
235 | int raw_hystersis; | 236 | int raw_hystersis; |
236 | int latency_ms; | 237 | int latency_ms; |