]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched_ext: idle: Make local functions static in ext_idle.c
authorAndrea Righi <arighi@nvidia.com>
Wed, 4 Jun 2025 14:33:12 +0000 (16:33 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 9 Jun 2025 16:25:14 +0000 (06:25 -1000)
commit353656eb84fef8ffece3b1be4345cbacbbb5267f
tree03e785f879f6ee901d0dff611a0c6d69b926b8a6
parentc68ea8243c5cc901cea62f695504bec73195d906
sched_ext: idle: Make local functions static in ext_idle.c

Functions that are only used within ext_idle.c can be marked as static
to limit their scope.

No functional changes.

Signed-off-by: Andrea Righi <arighi@nvidia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext_idle.c
kernel/sched/ext_idle.h