提交 1e4bae64 编写于 作者: I Ingo Molnar

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: NLinus 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: NIngo Molnar <mingo@kernel.org>
上级 6a3827d7
#ifndef _LINUX_SCHED_JOBCTL_H
#define _LINUX_SCHED_JOBCTL_H
#endif /* _LINUX_SCHED_JOBCTL_H */
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
#define _LINUX_SCHED_SIGNAL_H #define _LINUX_SCHED_SIGNAL_H
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/sched/jobctl.h>
#endif /* _LINUX_SCHED_SIGNAL_H */ #endif /* _LINUX_SCHED_SIGNAL_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册