public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wait: include linux/sched.h
@ 2011-05-02 21:34 Kaywinnit L. Frye
  2011-05-06  7:54 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Kaywinnit L. Frye @ 2011-05-02 21:34 UTC (permalink / raw)
  To: linux-kernel
  Cc: Kaywinnit L. Frye, Michal Nazarewicz, Ingo Molnar,
	Greg Kroah-Hartman, Peter Zijlstra, Evgeny Kuznetsov

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@samsung.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Evgeny Kuznetsov <EXT-Eugeny.Kuznetsov@nokia.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Kaywinnit L. Frye <kaywinnit.lee.frye.2497@gmail.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-10 11:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 21:34 [PATCH] wait: include linux/sched.h Kaywinnit L. Frye
2011-05-06  7:54 ` Ingo Molnar
2011-05-10  8:11   ` Peter Zijlstra
2011-05-10 10:36     ` Ingo Molnar
2011-05-10 11:07       ` Peter Zijlstra
2011-05-10 11:42         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox