sched: Mark pick_next_task_dl() and build_sched_domain() as static
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 27 Apr 2017 08:28:59 +0000 (13:58 +0530)
committerIngo Molnar <mingo@kernel.org>
Thu, 10 Aug 2017 10:18:14 +0000 (12:18 +0200)
commit181a80d1f7f453f58c4b47f89084d0849632858c
treeecc3440478df38b020d6a92339d169fcd1c3e88e
parent1c2a4861dbfca373fea1ff2cf9e9793933d024ce
sched: Mark pick_next_task_dl() and build_sched_domain() as static

pick_next_task_dl() and build_sched_domain() aren't used outside
deadline.c and topology.c.

Make them static.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vincent Guittot <vincent.guittot@linaro.org>
Cc: linaro-kernel@lists.linaro.org
Link: http://lkml.kernel.org/r/36e4cbb6210002cadae89920ae97e19e7e513008.1493281605.git.viresh.kumar@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/deadline.c
kernel/sched/topology.c