Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.h

The __has_include guard for sdt_task_defs.h is vestigial — the only
remaining content is the bpf_arena_common.h include which is available
unconditionally. Remove the dead guard.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Andrea Righi <arighi@nvidia.com>

Tejun Heo c90af06c 80a54b80

-4
-4
tools/sched_ext/include/scx/common.h
··· 74 74 #include "compat.h" 75 75 #include "enums.h" 76 76 77 - /* not available when building kernel tools/sched_ext */ 78 - #if __has_include(<lib/sdt_task_defs.h>) 79 77 #include "bpf_arena_common.h" 80 - #include <lib/sdt_task_defs.h> 81 - #endif 82 78 83 79 #endif /* __SCHED_EXT_COMMON_H */