aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-08 12:00:08 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:36 +0100
commitfae3c30c2d1ae3ff93877f64e5d55e2443d8f82f (patch)
treeb0502e901f4c967d1df898755aaa4402a4bbfa5a /include/linux/sched.h
parentsched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h> (diff)
downloadlinux-dev-fae3c30c2d1ae3ff93877f64e5d55e2443d8f82f.tar.xz
linux-dev-fae3c30c2d1ae3ff93877f64e5d55e2443d8f82f.zip
sched/headers: Remove the runqueue_is_locked() prototype
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>
Diffstat (limited to '')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ab80596dddfd..ac98255d00fb 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -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