From d95860beb292fec03cfd9c35aa0d09979e2af7b0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Sep 2009 15:57:23 -0700 Subject: [PATCH] --- yaml --- r: 165704 b: refs/heads/master c: 9064a6787aa1d8ceaf5ba16fe1dfedb0755dc7eb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/futex.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 284de31fa3df..66d8581e5ce7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e5a4738699d6eca408dcb225bd350413927701e2 +refs/heads/master: 9064a6787aa1d8ceaf5ba16fe1dfedb0755dc7eb diff --git a/trunk/include/linux/futex.h b/trunk/include/linux/futex.h index 34956c8fdebf..8ec17997d94f 100644 --- a/trunk/include/linux/futex.h +++ b/trunk/include/linux/futex.h @@ -4,11 +4,6 @@ #include #include -struct inode; -struct mm_struct; -struct task_struct; -union ktime; - /* Second argument to futex syscall */ @@ -129,6 +124,11 @@ struct robust_list_head { #define FUTEX_BITSET_MATCH_ANY 0xffffffff #ifdef __KERNEL__ +struct inode; +struct mm_struct; +struct task_struct; +union ktime; + long do_futex(u32 __user *uaddr, int op, u32 val, union ktime *timeout, u32 __user *uaddr2, u32 val2, u32 val3);