diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-30 03:55:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:54 -0400 |
commit | ae50884f66fc93aa713feade8f87c03471241275 (patch) | |
tree | ea58f6ad5f8490b745239cf06c002466c96394de /include/asm-generic/futex.h | |
parent | 735643ee6cc5249bfac07fcad0946a5e7aff4423 (diff) |
remove __KERNEL__ tests of unexported headers under asm-generic/
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic/futex.h')
-rw-r--r-- | include/asm-generic/futex.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-generic/futex.h b/include/asm-generic/futex.h index 67b60b917d88..3c2344f48136 100644 --- a/include/asm-generic/futex.h +++ b/include/asm-generic/futex.h | |||
@@ -1,8 +1,6 @@ | |||
1 | #ifndef _ASM_GENERIC_FUTEX_H | 1 | #ifndef _ASM_GENERIC_FUTEX_H |
2 | #define _ASM_GENERIC_FUTEX_H | 2 | #define _ASM_GENERIC_FUTEX_H |
3 | 3 | ||
4 | #ifdef __KERNEL__ | ||
5 | |||
6 | #include <linux/futex.h> | 4 | #include <linux/futex.h> |
7 | #include <linux/uaccess.h> | 5 | #include <linux/uaccess.h> |
8 | #include <asm/errno.h> | 6 | #include <asm/errno.h> |
@@ -56,4 +54,3 @@ futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval) | |||
56 | } | 54 | } |
57 | 55 | ||
58 | #endif | 56 | #endif |
59 | #endif | ||