]> git.ipfire.org Git - thirdparty/linux.git/commit
sched_ext: Collect ext_*.c include headers in build_policy.c
authorTejun Heo <tj@kernel.org>
Mon, 27 Apr 2026 10:26:55 +0000 (00:26 -1000)
committerTejun Heo <tj@kernel.org>
Tue, 28 Apr 2026 16:44:09 +0000 (06:44 -1000)
commit4939721aad2ea1ae5050ce1b0c68cb338ade5db0
treee875c90ba5a91ebd9cfed4700515644b09984d95
parentdfe454e37b1ef58136ae3ce5019325d274296253
sched_ext: Collect ext_*.c include headers in build_policy.c

Move <linux/btf_ids.h> from ext.c and "ext_idle.h" from ext.c (plus its
self-include in ext_idle.c) into build_policy.c. Subsequent patches add
their headers the same way for consistency.

No functional change.

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