| Submitter | Lin Ming |
|---|---|
| Date | March 28, 2012, 6:22 a.m. |
| Message ID | <1332915722-15963-7-git-send-email-ming.m.lin@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/149148/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/include/linux/pm.h b/include/linux/pm.h index e4982ac..2e74531 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -465,6 +465,7 @@ struct pm_subsys_data { #ifdef CONFIG_PM_GENERIC_DOMAINS struct pm_domain_data *domain_data; #endif + bool can_power_off; }; struct dev_pm_info {
Parent device will check child's can_power_off flag to see if child device can be powered off. Signed-off-by: Lin Ming <ming.m.lin@intel.com> --- include/linux/pm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)