diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-01 12:07:51 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 02:42:27 -0500 |
commit | ae7e81c077d60507dcec139e40a6d10cf932cf4b (patch) | |
tree | 1cbf2ecc1d72680cb3dad5eb6174ded450585ac3 /kernel/sched/core.c | |
parent | e601757102cfd3eeae068f53b3bc1234f3a2b2e9 (diff) |
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
We are going to move scheduler ABI details to <uapi/linux/sched/types.h>,
which will be used from a number of .c files.
Create empty placeholder header that maps to <linux/types.h>.
Include the new header in the files that are going to need it.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/core.c')
-rw-r--r-- | kernel/sched/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 1a7fd3d21e5a..ed39d1d0b64a 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | #include <linux/sched.h> | 8 | #include <linux/sched.h> |
9 | #include <linux/sched/clock.h> | 9 | #include <linux/sched/clock.h> |
10 | #include <uapi/linux/sched/types.h> | ||
10 | #include <linux/cpuset.h> | 11 | #include <linux/cpuset.h> |
11 | #include <linux/delayacct.h> | 12 | #include <linux/delayacct.h> |
12 | #include <linux/init_task.h> | 13 | #include <linux/init_task.h> |