aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/posix_types.h')
-rw-r--r--arch/sh/include/asm/posix_types.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/include/asm/posix_types.h b/arch/sh/include/asm/posix_types.h
index f08449bcbde7..1aa781079b1e 100644
--- a/arch/sh/include/asm/posix_types.h
+++ b/arch/sh/include/asm/posix_types.h
@@ -1,13 +1,5 @@
-#ifdef __KERNEL__
# ifdef CONFIG_SUPERH32
# include <asm/posix_types_32.h>
# else
# include <asm/posix_types_64.h>
# endif
-#else
-# ifdef __SH5__
-# include <asm/posix_types_64.h>
-# else
-# include <asm/posix_types_32.h>
-# endif
-#endif /* __KERNEL__ */