Commit cba6167f authored by Kent Overstreet's avatar Kent Overstreet

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 99bac366
......@@ -7,8 +7,8 @@
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/time64.h>
struct __kernel_timespec;
struct timespec;
struct old_timespec32;
struct pollfd;
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment