summaryrefslogtreecommitdiffstats
path: root/include/linux/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r--include/linux/pm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h
index 8c6583a53a06..db2be5f3e030 100644
--- a/include/linux/pm.h
+++ b/include/linux/pm.h
@@ -582,6 +582,7 @@ struct dev_pm_info {
582 unsigned long accounting_timestamp; 582 unsigned long accounting_timestamp;
583#endif 583#endif
584 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */ 584 struct pm_subsys_data *subsys_data; /* Owned by the subsystem. */
585 void (*set_latency_tolerance)(struct device *, s32);
585 struct dev_pm_qos *qos; 586 struct dev_pm_qos *qos;
586}; 587};
587 588