diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 15:15:38 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:31 -0500 |
commit | f9d6966b7f4182f612208f9dad9e2cfaaf667ba3 (patch) | |
tree | d33c7d6d74661490e84970d68957fc7f804a3bcf /include/linux/sched | |
parent | 1ef83969bb12e594fe44ceba406095e80a824c91 (diff) |
refcount: Split out refcount_types.h
More trimming of sched.h dependencies.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'include/linux/sched')
-rw-r--r-- | include/linux/sched/task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched/task.h b/include/linux/sched/task.h index a23af225c898..1880ae21a9cb 100644 --- a/include/linux/sched/task.h +++ b/include/linux/sched/task.h @@ -7,6 +7,7 @@ * functionality: */ +#include <linux/refcount.h> #include <linux/sched.h> #include <linux/uaccess.h> |