diff options
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index 3f3ed83a9aa5..a7676efa6831 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h | |||
@@ -521,6 +521,8 @@ struct dev_pm_info { | |||
521 | unsigned long active_jiffies; | 521 | unsigned long active_jiffies; |
522 | unsigned long suspended_jiffies; | 522 | unsigned long suspended_jiffies; |
523 | unsigned long accounting_timestamp; | 523 | unsigned long accounting_timestamp; |
524 | ktime_t suspend_time; | ||
525 | s64 max_time_suspended_ns; | ||
524 | #endif | 526 | #endif |
525 | struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */ | 527 | struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */ |
526 | struct pm_qos_constraints *constraints; | 528 | struct pm_qos_constraints *constraints; |