diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 15:51:30 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:32 -0500 |
commit | af6da56a223831cb74d1cf006f5742db6403398e (patch) | |
tree | 6ca061adf399de1b89d4ff39931c763e4b6b64d5 /include/linux/sched.h | |
parent | a6e1420ce4fc91da56c0a2444c4482245e7617d4 (diff) | |
download | linux-af6da56a223831cb74d1cf006f5742db6403398e.tar.gz linux-af6da56a223831cb74d1cf006f5742db6403398e.tar.bz2 linux-af6da56a223831cb74d1cf006f5742db6403398e.zip |
uidgid: Split out uidgid_types.h
More sched.h dependency pruning.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Reviewed-by: Christian Brauner <brauner@kernel.org>
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 db6e3e629606..10e25c7fc793 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -37,6 +37,7 @@ #include <linux/kcsan.h> #include <linux/rv.h> #include <linux/livepatch_sched.h> +#include <linux/uidgid_types.h> #include <asm/kmap_size.h> /* task_struct member predeclarations (sorted alphabetically): */ |