aboutsummaryrefslogtreecommitdiff
path: root/include/linux/freezer.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-11-25 00:44:55 +0100
committerRafael J. Wysocki <rjw@sisk.pl>2011-11-25 00:44:55 +0100
commit62c9ea6b120688d800b4d892eaf737c20a73e86b (patch)
treec1a472e96ec19c337da1c2e9b74de83f3083178b /include/linux/freezer.h
parent986b11c3ee9e0eace25fe74a502205f7fe8c179b (diff)
Freezer: fix more fallout from the thaw_process rename
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> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'include/linux/freezer.h')
-rw-r--r--include/linux/freezer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/freezer.h b/include/linux/freezer.h
index 09570ac22be..c1ee2833655 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)
#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; }