]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit653069f2b633ecd050d6ec3c8fab4f135e4052b9
tree2f4895fdec15b509ea3f4f17b4479f15be918e46
parent9408d2fad7689ac04603cc2081be0d5ef8cac23b
sched/deadline: Make two functions static

Since commit b3ac811ba62 ("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