summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/posix_types.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-12-15 02:37:13 +0400
committerDavid Howells <dhowells@redhat.com>2012-12-15 02:37:13 +0400
commitaf170c5061dd78512c469e6e2d211980cdb2c193 (patch)
treea3bb86ee66b69f832b6783124cc0482ce8058cd8 /arch/x86/include/asm/posix_types.h
parentd42b3a2906a10b732ea7d7f849d49be79d242ef0 (diff)
downloadlinux-af170c5061dd78512c469e6e2d211980cdb2c193.tar.xz
UAPI: (Scripted) Disintegrate arch/x86/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
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 bad3665c25fc..f565f6dd59d4 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