diff options
author | Ingo Molnar <[email protected]> | 2017-02-05 16:15:03 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-03-02 08:42:41 +0100 |
commit | b69339ba109549beeaf45c45c52ac7025bfcd954 (patch) | |
tree | f805b70f8e1667dcb2b030bd4bb72257de956292 /include/linux/sched.h | |
parent | 50d34394cee68dd12c5e01fff073d1167700bfce (diff) |
sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies
In the following patches we are going to remove various headers
from sched.h and other headers that sched.h includes.
To make those patches build cleanly prepare the scene by adding
dependencies to various files that learned to rely on those
to-be-removed dependencies.
These changes all make sense standalone: they add a header for
a data type that a particular .c or .h file is using.
Acked-by: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
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 ea05116bc3c2..b5c6d602dfe9 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -18,6 +18,7 @@ struct sched_param { #include <linux/types.h> #include <linux/timex.h> #include <linux/jiffies.h> +#include <linux/mutex.h> #include <linux/plist.h> #include <linux/rbtree.h> #include <linux/thread_info.h> |