[PATCH] Detach sched.h and futex.h

From: Alexey Dobriyan
Date: Tue Jan 22 2008 - 14:50:12 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

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;

/*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/