]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-sh/posix_types.h
sh: migrate to arch/sh/include/
[karo-tx-linux.git] / include / asm-sh / posix_types.h
diff --git a/include/asm-sh/posix_types.h b/include/asm-sh/posix_types.h
deleted file mode 100644 (file)
index 4eeb723..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifdef __KERNEL__
-# ifdef CONFIG_SUPERH32
-#  include "posix_types_32.h"
-# else
-#  include "posix_types_64.h"
-# endif
-#else
-# ifdef __SH5__
-#  include "posix_types_64.h"
-# else
-#  include "posix_types_32.h"
-# endif
-#endif /* __KERNEL__ */