aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index e692a022527b..2d02c76a01be 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -321,7 +321,6 @@ extern signed long schedule_timeout_killable(signed long timeout);
321extern signed long schedule_timeout_uninterruptible(signed long timeout); 321extern signed long schedule_timeout_uninterruptible(signed long timeout);
322asmlinkage void schedule(void); 322asmlinkage void schedule(void);
323extern void schedule_preempt_disabled(void); 323extern void schedule_preempt_disabled(void);
324extern int mutex_spin_on_owner(struct mutex *lock, struct task_struct *owner);
325 324
326struct nsproxy; 325struct nsproxy;
327struct user_namespace; 326struct user_namespace;