linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Detach sched.h and futex.h
@ 2008-01-22 19:49 Alexey Dobriyan
  2008-01-22 20:52 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2008-01-22 19:49 UTC (permalink / raw)
  To: akpm, mingo; +Cc: linux-kernel

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 include/linux/futex.h |    6 +++++-
 include/linux/sched.h |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

--- a/include/linux/futex.h
+++ b/include/linux/futex.h
@@ -1,8 +1,12 @@
 #ifndef _LINUX_FUTEX_H
 #define _LINUX_FUTEX_H
 
-#include <linux/sched.h>
+#include <linux/compiler.h>
+#include <linux/types.h>
 
+struct inode;
+struct mm_struct;
+struct task_struct;
 union ktime;
 
 /* Second argument to futex syscall */
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -78,7 +78,6 @@ struct sched_param {
 #include <linux/proportions.h>
 #include <linux/seccomp.h>
 #include <linux/rcupdate.h>
-#include <linux/futex.h>
 #include <linux/rtmutex.h>
 
 #include <linux/time.h>
@@ -93,6 +92,7 @@ struct sched_param {
 
 struct exec_domain;
 struct futex_pi_state;
+struct robust_list_head;
 struct bio;
 
 /*

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

* Re: [PATCH] Detach sched.h and futex.h
  2008-01-22 19:49 [PATCH] Detach sched.h and futex.h Alexey Dobriyan
@ 2008-01-22 20:52 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2008-01-22 20:52 UTC (permalink / raw)
  To: Alexey Dobriyan; +Cc: akpm, linux-kernel


* Alexey Dobriyan <adobriyan@gmail.com> wrote:

> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>

thanks, applied.

	Ingo

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

end of thread, other threads:[~2008-01-22 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-22 19:49 [PATCH] Detach sched.h and futex.h Alexey Dobriyan
2008-01-22 20:52 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).