From ae50884f66fc93aa713feade8f87c03471241275 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 30 Apr 2008 00:55:13 -0700 Subject: remove __KERNEL__ tests of unexported headers under asm-generic/ Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-generic/futex.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/asm-generic/futex.h') diff --git a/include/asm-generic/futex.h b/include/asm-generic/futex.h index 67b60b9..3c2344f 100644 --- a/include/asm-generic/futex.h +++ b/include/asm-generic/futex.h @@ -1,8 +1,6 @@ #ifndef _ASM_GENERIC_FUTEX_H #define _ASM_GENERIC_FUTEX_H -#ifdef __KERNEL__ - #include #include #include @@ -56,4 +54,3 @@ futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) } #endif -#endif -- cgit v1.1