MIPS: Remove now unused definition of phys_t.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 21 Nov 2014 23:24:19 +0000 (00:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 24 Nov 2014 21:47:31 +0000 (22:47 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/types.h

index cffc9545dfd237719da6df365063564ebba50d67..148d42a17f30ded6fa09a62ac3a3a1a80baf66bc 100644 (file)
 #include <asm-generic/int-ll64.h>
 #include <uapi/asm/types.h>
 
 #include <asm-generic/int-ll64.h>
 #include <uapi/asm/types.h>
 
-/*
- * These aren't exported outside the kernel to avoid name space clashes
- */
-#ifndef __ASSEMBLY__
-
-/*
- * Don't use phys_addr_t.  You've been warned.
- */
-#ifdef CONFIG_PHYS_ADDR_T_64BIT
-typedef unsigned long long phys_addr_t;
-#else
-typedef unsigned long phys_addr_t;
-#endif
-
-#endif /* __ASSEMBLY__ */
-
 #endif /* _ASM_TYPES_H */
 #endif /* _ASM_TYPES_H */