diff options
Diffstat (limited to 'include/linux/pm.h')
| -rw-r--r-- | include/linux/pm.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index dd9c7ab3827..21415cc91cb 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -431,6 +431,8 @@ struct dev_pm_info {  	struct list_head	entry;  	struct completion	completion;  	struct wakeup_source	*wakeup; +#else +	unsigned int		should_wakeup:1;  #endif  #ifdef CONFIG_PM_RUNTIME  	struct timer_list	suspend_timer;  |