sched/topology: Mark set_sched_topology() __init
authorMiaohe Lin <linmiaohe@huawei.com>
Sat, 3 Jun 2023 07:36:45 +0000 (15:36 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 16 Jun 2023 15:08:01 +0000 (17:08 +0200)
commit0cce0fde499a92c726cd2e24f7763644f7c9f971
tree1539408fa3293672ee156be3bb03393aa7504327
parenta707df30c9438a9d4d0a43ae7f22b59b078f94c4
sched/topology: Mark set_sched_topology() __init

All callers of set_sched_topology() are within __init section. Mark
it __init too.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Link: https://lore.kernel.org/r/20230603073645.1173332-1-linmiaohe@huawei.com
include/linux/sched/topology.h
kernel/sched/topology.c