diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 13:01:06 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:31 -0500 |
commit | f038cc1379c0ff462d83895cae8beb75a0f6bf02 (patch) | |
tree | 02ff6acc31ec8665ba0f9f40b97810f085fb25cf /include/linux/sched.h | |
parent | 53d31ba842d9cc391032d051a210c3c9941f1529 (diff) |
locking/seqlock: Split out seqlock_types.h
Trimming down sched.h dependencies: we don't want to include more than
the base types.
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Will Deacon <will@kernel.org>
Cc: Waiman Long <longman@redhat.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 6d803d0904d9..436f7ce1450a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -33,7 +33,7 @@ #include <linux/task_io_accounting.h> #include <linux/posix-timers_types.h> #include <linux/rseq.h> -#include <linux/seqlock.h> +#include <linux/seqlock_types.h> #include <linux/kcsan.h> #include <linux/rv.h> #include <linux/livepatch_sched.h> |