diff options
Diffstat (limited to 'include/linux/freezer.h')
-rw-r--r-- | include/linux/freezer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/freezer.h b/include/linux/freezer.h index ba4f512d2938..93f411a52872 100644 --- a/include/linux/freezer.h +++ b/include/linux/freezer.h | |||
@@ -61,7 +61,6 @@ static inline bool try_to_freeze(void) | |||
61 | } | 61 | } |
62 | 62 | ||
63 | extern bool freeze_task(struct task_struct *p, bool sig_only); | 63 | extern bool freeze_task(struct task_struct *p, bool sig_only); |
64 | extern void cancel_freezing(struct task_struct *p); | ||
65 | 64 | ||
66 | #ifdef CONFIG_CGROUP_FREEZER | 65 | #ifdef CONFIG_CGROUP_FREEZER |
67 | extern int cgroup_freezing_or_frozen(struct task_struct *task); | 66 | extern int cgroup_freezing_or_frozen(struct task_struct *task); |