diff options
Diffstat (limited to 'include/linux/pm.h')
| -rw-r--r-- | include/linux/pm.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index f067e60a383..716517af154 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -510,6 +510,7 @@ struct dev_pm_info {  	bool			is_prepared:1;	/* Owned by the PM core */  	bool			is_suspended:1;	/* Ditto */  	bool			ignore_children:1; +	bool			early_init:1;	/* Owned by the PM core */  	spinlock_t		lock;  #ifdef CONFIG_PM_SLEEP  	struct list_head	entry;  |