diff options
-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 09570ac22be6..c1ee2833655e 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h | |||
@@ -149,6 +149,7 @@ static inline int freezer_should_skip(struct task_struct *p) | |||
149 | #else /* !CONFIG_FREEZER */ | 149 | #else /* !CONFIG_FREEZER */ |
150 | static inline bool frozen(struct task_struct *p) { return false; } | 150 | static inline bool frozen(struct task_struct *p) { return false; } |
151 | static inline bool freezing(struct task_struct *p) { return false; } | 151 | static inline bool freezing(struct task_struct *p) { return false; } |
152 | static inline void __thaw_task(struct task_struct *t) {} | ||
152 | 153 | ||
153 | static inline bool __refrigerator(bool check_kthr_stop) { return false; } | 154 | static inline bool __refrigerator(bool check_kthr_stop) { return false; } |
154 | static inline int freeze_processes(void) { return -ENOSYS; } | 155 | static inline int freeze_processes(void) { return -ENOSYS; } |