aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-02 10:31:24 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:30 +0100
commit556725839e543bc2b45bd73121c0b1c1d6c23714 (patch)
treeaa7258005594f01f8591a198bc637d4cb4f9095d /include/linux/sched.h
parentsched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h> (diff)
downloadlinux-dev-556725839e543bc2b45bd73121c0b1c1d6c23714.tar.xz
linux-dev-556725839e543bc2b45bd73121c0b1c1d6c23714.zip
sched/headers: Remove unused 'task_can_switch_user()' prototype
The function does not exist anymore. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index bd89fc17767c..43ed34ccb53a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1509,9 +1509,6 @@ static inline void set_task_cpu(struct task_struct *p, unsigned int cpu)
extern long sched_setaffinity(pid_t pid, const struct cpumask *new_mask);
extern long sched_getaffinity(pid_t pid, struct cpumask *mask);
-extern int task_can_switch_user(struct user_struct *up,
- struct task_struct *tsk);
-
#ifndef TASK_SIZE_OF
#define TASK_SIZE_OF(tsk) TASK_SIZE
#endif