Message ID | 1477347668-41901-3-git-send-email-lina.iyer@linaro.org |
---|---|
State | Accepted |
Commit | 405f7226014093a2809f27ba32a8230e770ac876 |
Headers | show |
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h index de1d8f3..f4492eb 100644 --- a/include/linux/pm_domain.h +++ b/include/linux/pm_domain.h @@ -38,6 +38,7 @@ struct gpd_dev_ops { struct genpd_power_state { s64 power_off_latency_ns; s64 power_on_latency_ns; + s64 residency_ns; }; struct generic_pm_domain {