From 143d4c5e85c62052d64e118397ea5ff1cf9b651a Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 25 Jan 2008 21:08:34 +0100 Subject: [PATCH] --- yaml --- r: 76203 b: refs/heads/master c: 286100a6cf1c1f692e5f81d14b364ff12b7662f5 h: refs/heads/master i: 76201: dbe7ad698ca238b7adecb030fe6c6e622654ee75 76199: 8a12033bf17624aa280cc0cc7f99a158436392f4 v: v3 --- [refs] | 2 +- trunk/include/linux/futex.h | 6 +++++- trunk/include/linux/sched.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1e213648fabd..f281021321b2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5973e5b954848c63855a357ad4ff39882e3904f7 +refs/heads/master: 286100a6cf1c1f692e5f81d14b364ff12b7662f5 diff --git a/trunk/include/linux/futex.h b/trunk/include/linux/futex.h index 92d420fe03f8..1a15f8e237a7 100644 --- a/trunk/include/linux/futex.h +++ b/trunk/include/linux/futex.h @@ -1,8 +1,12 @@ #ifndef _LINUX_FUTEX_H #define _LINUX_FUTEX_H -#include +#include +#include +struct inode; +struct mm_struct; +struct task_struct; union ktime; /* Second argument to futex syscall */ diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index 53534f90a96a..734f6d8f6ed5 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -78,7 +78,6 @@ struct sched_param { #include #include #include -#include #include #include @@ -94,6 +93,7 @@ struct sched_param { struct exec_domain; struct futex_pi_state; +struct robust_list_head; struct bio; /*