aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/posix_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/include/asm/posix_types.h b/arch/mips/include/asm/posix_types.h
index e0308dcca135..fa03ec3fbf89 100644
--- a/arch/mips/include/asm/posix_types.h
+++ b/arch/mips/include/asm/posix_types.h
@@ -17,11 +17,6 @@
17 * assume GCC is being used. 17 * assume GCC is being used.
18 */ 18 */
19 19
20#if (_MIPS_SZLONG == 64)
21typedef unsigned int __kernel_nlink_t;
22#define __kernel_nlink_t __kernel_nlink_t
23#endif
24
25typedef long __kernel_daddr_t; 20typedef long __kernel_daddr_t;
26#define __kernel_daddr_t __kernel_daddr_t 21#define __kernel_daddr_t __kernel_daddr_t
27 22