diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-30 00:46:48 +0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2012-11-30 00:46:48 +0400 |
commit | 170bb4c800d2b65df52f37400fb20276273650d8 (patch) | |
tree | 86ff97efaeeac6e8533feb4899ec674ddbc0a065 /include | |
parent | 64adb0192ff309051492b34139bb842024ebb119 (diff) | |
parent | e5f5762177be52fde50ccba88938d66b5103c8e0 (diff) | |
download | linux-170bb4c800d2b65df52f37400fb20276273650d8.tar.xz |
Merge branch 'pm-sleep'
* pm-sleep:
PM / Freezer: Fixup compile error of try_to_freeze_nowarn()
driver core / PM: move the calling to device_pm_remove behind the calling to bus_remove_device
PM / Hibernate: use rb_entry
PM / sysfs: replace strict_str* with kstrto*
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/freezer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/freezer.h b/include/linux/freezer.h index d09af4b67cf1..b90091af5798 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h @@ -177,6 +177,7 @@ static inline int freeze_kernel_threads(void) { return -ENOSYS; } static inline void thaw_processes(void) {} static inline void thaw_kernel_threads(void) {} +static inline bool try_to_freeze_nowarn(void) { return false; } static inline bool try_to_freeze(void) { return false; } static inline void freezer_do_not_count(void) {} |