]> git.itanic.dy.fi Git - linux-stable/commitdiff
sched/headers: Remove the runqueue_is_locked() prototype
authorIngo Molnar <mingo@kernel.org>
Wed, 8 Feb 2017 11:00:08 +0000 (12:00 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:36 +0000 (01:45 +0100)
Remove the runqueue_is_locked() 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>
include/linux/sched.h

index ab80596dddfdc7d9e69bc050c37f100ba205c7db..ac98255d00fb2bcec46c673cba26bc36a1a89ae0 100644 (file)
@@ -172,8 +172,6 @@ struct uts_namespace;
 
 extern cpumask_var_t cpu_isolated_map;
 
-extern int runqueue_is_locked(int cpu);
-
 extern void scheduler_tick(void);
 
 #define        MAX_SCHEDULE_TIMEOUT    LONG_MAX