diff options
author | 2011-10-22 00:21:52 +0200 | |
---|---|---|
committer | 2011-10-22 00:21:52 +0200 | |
commit | d033e078566faed8c8f59baf97ee57ce2524ef5c (patch) | |
tree | 46a98bf6a555ecbc8178baf6dd3a81553c3c3654 /include/linux/pm.h | |
parent | PM / Hibernate: Improve performance of LZO/plain hibernation, checksum image (diff) | |
parent | ARM: mach-shmobile: sh7372 A4R support (v4) (diff) | |
download | linux-dev-d033e078566faed8c8f59baf97ee57ce2524ef5c.tar.xz linux-dev-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 91f248bbe4fe..f15acb646813 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 |