summaryrefslogtreecommitdiff
path: root/include/linux/resume_user_mode.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-15 23:58:20 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-27 19:49:56 +0300
commit932562a6045ed613d45bd100db37114273c22077 (patch)
tree7dfbfd9703e162908f2a211c556fac48ab61bbe1 /include/linux/resume_user_mode.h
parentc968b99f868dd82ebcafec9788ce18334da177b6 (diff)
downloadlinux-932562a6045ed613d45bd100db37114273c22077.tar.xz
rseq: Split out rseq.h from sched.h
We're trying to get sched.h down to more or less just types only, not code - rseq can live in its own header. This helps us kill the dependency on preempt.h in sched.h. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/resume_user_mode.h')
-rw-r--r--include/linux/resume_user_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/resume_user_mode.h b/include/linux/resume_user_mode.h
index f8f3e958e9cf..e0135e0adae0 100644
--- a/include/linux/resume_user_mode.h
+++ b/include/linux/resume_user_mode.h
@@ -6,6 +6,7 @@
#include <linux/sched.h>
#include <linux/task_work.h>
#include <linux/memcontrol.h>
+#include <linux/rseq.h>
#include <linux/blk-cgroup.h>
/**