diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 21:12:49 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 03:26:31 +0300 |
commit | 8b7787a543cde905e53eaf29172c9472fe8a6a75 (patch) | |
tree | 2c3badb1f7efffa4a9df06bd0541d33df2acfd45 /init | |
parent | f551103cb964e9e6f5c03b3b8723424723731e76 (diff) | |
download | linux-8b7787a543cde905e53eaf29172c9472fe8a6a75.tar.xz |
plist: Split out plist_types.h
Trimming down sched.h dependencies: we don't want to include more than
the base types.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'init')
-rw-r--r-- | init/init_task.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init_task.c b/init/init_task.c index 5727d42149c3..56220898a256 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -12,6 +12,7 @@ #include <linux/audit.h> #include <linux/numa.h> #include <linux/scs.h> +#include <linux/plist.h> #include <linux/uaccess.h> |