]> Pileus Git - ~andy/linux/blobdiff - arch/x86/include/asm/posix_types.h
Merge tag 'byteswap-for-linus-20121219' of git://git.infradead.org/users/dwmw2/byteswap
[~andy/linux] / arch / x86 / include / asm / posix_types.h
index bad3665c25fc3278f2cb00396e0b6d4147d77f85..f565f6dd59d4ed7ea8771d0dc6196ca28eff91c5 100644 (file)
@@ -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