[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1304372042-12098-1-git-send-email-kaywinnit.lee.frye.2497@gmail.com>
Date: Mon, 2 May 2011 22:34:02 +0100
From: "Kaywinnit L. Frye" <kaywinnit.lee.frye.2497@...il.com>
To: linux-kernel@...r.kernel.org
Cc: "Kaywinnit L. Frye" <kaywinnit.lee.frye.2497@...il.com>,
Michal Nazarewicz <m.nazarewicz@...sung.com>,
Ingo Molnar <mingo@...e.hu>,
Greg Kroah-Hartman <gregkh@...e.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Evgeny Kuznetsov <EXT-Eugeny.Kuznetsov@...ia.com>
Subject: [PATCH] wait: include linux/sched.h
signal_pending(), schedule*() and TASK_* are used in various macros in
wait.h and all defined in linux/sched.h
Cc: Michal Nazarewicz <m.nazarewicz@...sung.com>
Cc: Ingo Molnar <mingo@...e.hu>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: Evgeny Kuznetsov <EXT-Eugeny.Kuznetsov@...ia.com>
Cc: linux-kernel@...r.kernel.org
Signed-off-by: Kaywinnit L. Frye <kaywinnit.lee.frye.2497@...il.com>
---
include/linux/wait.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/wait.h b/include/linux/wait.h
index 3efc9f3..667a3d7 100644
--- a/include/linux/wait.h
+++ b/include/linux/wait.h
@@ -22,6 +22,7 @@
#include <linux/list.h>
#include <linux/stddef.h>
#include <linux/spinlock.h>
+#include <linux/sched.h>
#include <asm/system.h>
#include <asm/current.h>
--
1.7.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists