diff options
| author | Rafael J. Wysocki <rjw@sisk.pl> | 2011-10-22 00:21:52 +0200 | 
|---|---|---|
| committer | Rafael J. Wysocki <rjw@sisk.pl> | 2011-10-22 00:21:52 +0200 | 
| commit | d033e078566faed8c8f59baf97ee57ce2524ef5c (patch) | |
| tree | 46a98bf6a555ecbc8178baf6dd3a81553c3c3654 /include/linux/pm.h | |
| parent | 081a9d043c983f161b78fdc4671324d1342b86bc (diff) | |
| parent | 382414b93ac1e8ee7693be710e60c83eacc97c6f (diff) | |
| download | olio-linux-3.10-d033e078566faed8c8f59baf97ee57ce2524ef5c.tar.xz olio-linux-3.10-d033e078566faed8c8f59baf97ee57ce2524ef5c.zip  | |
Merge branch 'pm-domains' into pm-for-linus
* pm-domains:
  ARM: mach-shmobile: sh7372 A4R support (v4)
  ARM: mach-shmobile: sh7372 A3SP support (v4)
  PM / Sleep: Mark devices involved in wakeup signaling during suspend
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 91f248bbe4f..f15acb64681 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -452,6 +452,7 @@ struct dev_pm_info {  	struct list_head	entry;  	struct completion	completion;  	struct wakeup_source	*wakeup; +	bool			wakeup_path:1;  #else  	unsigned int		should_wakeup:1;  #endif  |