aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/posix_types.h')
-rw-r--r--arch/x86/include/asm/posix_types.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/posix_types.h b/arch/x86/include/asm/posix_types.h
index bad3665c25f..f565f6dd59d 100644
--- a/arch/x86/include/asm/posix_types.h
+++ b/arch/x86/include/asm/posix_types.h
@@ -1,15 +1,5 @@
-#ifdef __KERNEL__
# ifdef CONFIG_X86_32
# include <asm/posix_types_32.h>
# else
# include <asm/posix_types_64.h>
# endif
-#else
-# ifdef __i386__
-# include <asm/posix_types_32.h>
-# elif defined(__ILP32__)
-# include <asm/posix_types_x32.h>
-# else
-# include <asm/posix_types_64.h>
-# endif
-#endif