sched: Make newidle_balance() static again
authorChen Yu <yu.c.chen@intel.com>
Tue, 21 Apr 2020 10:50:34 +0000 (18:50 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 30 Apr 2020 18:14:40 +0000 (20:14 +0200)
commitd91cecc156620ec75d94c55369509c807c3d07e6
treeccc5af9b380b17cfb5a3820ecdb81065057a9036
parent36c5bdc4387056af3840adb4478c752faeb9d15e
sched: Make newidle_balance() static again

After Commit 6e2df0581f56 ("sched: Fix pick_next_task() vs 'change'
pattern race"), there is no need to expose newidle_balance() as it
is only used within fair.c file. Change this function back to static again.

No functional change.

Reported-by: kbuild test robot <lkp@intel.com>
Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/83cd3030b031ca5d646cd5e225be10e7a0fdd8f5.1587464698.git.yu.c.chen@intel.com
kernel/sched/fair.c
kernel/sched/sched.h