]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c
authorCheng-Yang Chou <yphbchou0911@gmail.com>
Sun, 22 Feb 2026 18:47:09 +0000 (02:47 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 23 Feb 2026 17:45:39 +0000 (07:45 -1000)
commit075e70d13edfcb309c8fdc1f444fbd1f834ca1d4
tree1769cbc66907cc57c46365a18548edb8d3b98c83
parentcbb297323dbed4f6087b5f189585413801d1d45b
selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.c

The header <unistd.h> is included twice in rt_stall.c. Remove the
redundant inclusion to clean up the code.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/sched_ext/rt_stall.c