]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-generic/futex.h
fs3270: remove extra locks
[linux-2.6-omap-h63xx.git] / include / asm-generic / futex.h
index 67b60b917d88f07534fe06b32477762944e3e386..3c2344f48136d98351f92b6e9d678e29c052658c 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _ASM_GENERIC_FUTEX_H
 #define _ASM_GENERIC_FUTEX_H
 
-#ifdef __KERNEL__
-
 #include <linux/futex.h>
 #include <linux/uaccess.h>
 #include <asm/errno.h>
@@ -56,4 +54,3 @@ futex_atomic_cmpxchg_inatomic(int __user *uaddr, int oldval, int newval)
 }
 
 #endif
-#endif