diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-01 17:09:06 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 08:42:42 +0100 |
commit | eb61baf69871b9836783a81bc451189edb0d9de2 (patch) | |
tree | e3758167461e9ada45b64ae282ecd7c818c0ca03 /ipc/msg.c | |
parent | 5dbe91de599423d243738a205367506444ebb4a4 (diff) | |
download | linux-eb61baf69871b9836783a81bc451189edb0d9de2.tar.bz2 |
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.c | 1 |
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> |