aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched/jobctl.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-08 18:51:32 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:31 +0100
commit1e4bae6468375f81a3d4bdf436deaa9ea294e12b (patch)
tree8c55b6f4f0da7c762d547c562c71ea340fbde213 /include/linux/sched/jobctl.h
parentsched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> (diff)
downloadlinux-dev-1e4bae6468375f81a3d4bdf436deaa9ea294e12b.tar.xz
linux-dev-1e4bae6468375f81a3d4bdf436deaa9ea294e12b.zip
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
We are going to split <linux/sched/jobctl.h> out of <linux/sched.h>, which will have to be picked up from other headers and a couple of .c files. Create a trivial placeholder <linux/sched/jobctl.h> file that just maps to <linux/sched.h> to make this patch obviously correct and bisectable. Include the new header in the file that is 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 'include/linux/sched/jobctl.h')
-rw-r--r--include/linux/sched/jobctl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched/jobctl.h b/include/linux/sched/jobctl.h
new file mode 100644
index 000000000000..228e4644937b
--- /dev/null
+++ b/include/linux/sched/jobctl.h
@@ -0,0 +1,4 @@
+#ifndef _LINUX_SCHED_JOBCTL_H
+#define _LINUX_SCHED_JOBCTL_H
+
+#endif /* _LINUX_SCHED_JOBCTL_H */