Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55672583 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

sched/headers: Remove unused 'task_can_switch_user()' prototype



The function does not exist anymore.

Acked-by: default avatarLinus 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: default avatarIngo Molnar <mingo@kernel.org>
parent ae1cc882
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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