diff options
author | Ingo Molnar | 2017-02-03 23:47:37 +0100 |
---|---|---|
committer | Ingo Molnar | 2017-03-03 01:45:37 +0100 |
commit | 192c9414516e7178a44f9ed48d47501c4c19771c (patch) | |
tree | f315104e0ed4b92c51928928932c8b11fdfa040c /include | |
parent | cd9c513be34ceaae8bf211474b91b6897574efdd (diff) |
sched/headers: Remove <linux/signal.h> from <linux/sched.h>
Instead of including the full <linux/signal.h>, only include the types-only
<linux/signal_types.h> header in <linux/sched.h>, to further decouple the
scheduler header from the signal headers.
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>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b361f881fe44..905d4f148d65 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -11,7 +11,6 @@ #include <linux/sem.h> #include <linux/shm.h> -#include <linux/signal.h> #include <linux/signal_types.h> #include <linux/pid.h> #include <linux/seccomp.h> |