]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
freezer: fis more falloput from the thaw_process rename
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 14 Nov 2011 03:19:32 +0000 (14:19 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 14 Nov 2011 03:21:40 +0000 (14:21 +1100)
Commit 944e192db53c "freezer: rename thaw_process() to __thaw_task()
and simplify the implementation" did not create a !CONFIG_FREEZER version
of __thaw_task().

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
include/linux/freezer.h

index cc779bb9cd74309019cf6f9f8668c2102df585a5..a9dccc6dbb246ca1302470f39f861cff43385b6e 100644 (file)
@@ -166,6 +166,7 @@ static inline bool set_freezable_with_signal(void)
 #else /* !CONFIG_FREEZER */
 static inline bool frozen(struct task_struct *p) { return false; }
 static inline bool freezing(struct task_struct *p) { return false; }
+static inline void __thaw_task(struct task_struct *t) {}
 
 static inline bool __refrigerator(bool check_kthr_stop) { return false; }
 static inline int freeze_processes(void) { return -ENOSYS; }