aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pm_domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pm_domain.h')
-rw-r--r--include/linux/pm_domain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
index 384b1d193707..0eaa730c890d 100644
--- a/include/linux/pm_domain.h
+++ b/include/linux/pm_domain.h
@@ -47,7 +47,6 @@ struct generic_pm_domain {
47 struct dev_power_governor *gov; 47 struct dev_power_governor *gov;
48 struct work_struct power_off_work; 48 struct work_struct power_off_work;
49 const char *name; 49 const char *name;
50 unsigned int in_progress; /* Number of devices being suspended now */
51 atomic_t sd_count; /* Number of subdomains with power "on" */ 50 atomic_t sd_count; /* Number of subdomains with power "on" */
52 enum gpd_status status; /* Current state of the domain */ 51 enum gpd_status status; /* Current state of the domain */
53 unsigned int device_count; /* Number of devices */ 52 unsigned int device_count; /* Number of devices */