sched/fair: Mark sched_init_granularity __init
authorMuchun Song <songmuchun@bytedance.com>
Mon, 6 Apr 2020 07:47:50 +0000 (15:47 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 30 Apr 2020 18:14:41 +0000 (20:14 +0200)
commitf38f12d1e0811c0ee59260b2bdadedf99e16c4af
tree57ef14f762ab77d587538269bf53b44b846c2ec7
parent5a6d6a6ccb5f48ca8cf7c6d64ff83fd9c7999390
sched/fair: Mark sched_init_granularity __init

Function sched_init_granularity() is only called from __init
functions, so mark it __init as well.

Signed-off-by: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Link: https://lkml.kernel.org/r/20200406074750.56533-1-songmuchun@bytedance.com
kernel/sched/fair.c