aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-03 23:47:37 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:37 +0100
commit192c9414516e7178a44f9ed48d47501c4c19771c (patch)
treef315104e0ed4b92c51928928932c8b11fdfa040c /include
parentsched/headers: Remove <linux/rwsem.h> from <linux/sched.h> (diff)
downloadlinux-dev-192c9414516e7178a44f9ed48d47501c4c19771c.tar.xz
linux-dev-192c9414516e7178a44f9ed48d47501c4c19771c.zip
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.h1
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>