summaryrefslogtreecommitdiff
path: root/include/linux/restart_block.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-12 01:00:41 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-21 03:26:32 +0300
commitcba6167f0adb07b6cd1b8758dd67718c772e108c (patch)
treeab83ff3d405762c45fb0797b1d5aa9073ecdda86 /include/linux/restart_block.h
parent99bac36667b6b20b9b0a20dc976365d23f90628b (diff)
downloadlinux-cba6167f0adb07b6cd1b8758dd67718c772e108c.tar.xz
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/restart_block.h')
-rw-r--r--include/linux/restart_block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/restart_block.h b/include/linux/restart_block.h
index 980a65594412..13f17676c5f4 100644
--- a/include/linux/restart_block.h
+++ b/include/linux/restart_block.h
@@ -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;