diff options
Diffstat (limited to 'include/linux/pm.h')
| -rw-r--r-- | include/linux/pm.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index ed10f24d525..f25682477f0 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -424,7 +424,6 @@ struct wakeup_source;  struct pm_domain_data {  	struct list_head list_node;  	struct device *dev; -	bool need_restore;  };  struct pm_subsys_data { @@ -434,7 +433,7 @@ struct pm_subsys_data {  	struct list_head clock_list;  #endif  #ifdef CONFIG_PM_GENERIC_DOMAINS -	struct pm_domain_data domain_data; +	struct pm_domain_data *domain_data;  #endif  };  |