aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/msg.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-01 17:09:06 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-02 08:42:42 +0100
commiteb61baf69871b9836783a81bc451189edb0d9de2 (patch)
treee3758167461e9ada45b64ae282ecd7c818c0ca03 /ipc/msg.c
parentsched/headers: Move idle polling methods to <linux/sched/idle.h> (diff)
downloadlinux-dev-eb61baf69871b9836783a81bc451189edb0d9de2.tar.xz
linux-dev-eb61baf69871b9836783a81bc451189edb0d9de2.zip
sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>
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 'ipc/msg.c')
-rw-r--r--ipc/msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/msg.c b/ipc/msg.c
index ecc387e573f6..104926dc72be 100644
--- a/ipc/msg.c
+++ b/ipc/msg.c
@@ -30,7 +30,6 @@
#include <linux/proc_fs.h>
#include <linux/list.h>
#include <linux/security.h>
-#include <linux/sched.h>
#include <linux/sched/wake_q.h>
#include <linux/syscalls.h>
#include <linux/audit.h>