diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 17:00:41 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:32 -0500 |
commit | cba6167f0adb07b6cd1b8758dd67718c772e108c (patch) | |
tree | ab83ff3d405762c45fb0797b1d5aa9073ecdda86 /include/linux/sched.h | |
parent | 99bac36667b6b20b9b0a20dc976365d23f90628b (diff) |
restart_block: Trim includes
We don't actually use any timekeeping types, no need to pull in
time64.h.
Also, sched.h uses restart_block; add it as a direct dependency.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d341a6c302d6..dd002d193726 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -34,6 +34,7 @@ #include <linux/mm_types_task.h> #include <linux/task_io_accounting.h> #include <linux/posix-timers_types.h> +#include <linux/restart_block.h> #include <linux/rseq.h> #include <linux/seqlock_types.h> #include <linux/kcsan.h> |