sched/deadline: Make two functions static
authorYu Chen <chen.yu@easystack.cn>
Fri, 28 Feb 2020 10:03:29 +0000 (18:03 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 6 Mar 2020 11:57:24 +0000 (12:57 +0100)
commitba4f7bc1dee318a0fd9c0e3bd46227aca21ac2f2
tree2f4895fdec15b509ea3f4f17b4479f15be918e46
parent6f693dd5be08237b337f557c510d99addb9eb9ec
sched/deadline: Make two functions static

Since commit 06a76fe08d4 ("sched/deadline: Move DL related code
from sched/core.c to sched/deadline.c"), DL related code moved to
deadline.c.

Make the following two functions static since they're only used in
deadline.c:

dl_change_utilization()
init_dl_rq_bw_ratio()

Signed-off-by: Yu Chen <chen.yu@easystack.cn>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lkml.kernel.org/r/20200228100329.16927-1-chen.yu@easystack.cn
kernel/sched/deadline.c
kernel/sched/sched.h