From: Ralf Baechle Date: Fri, 21 Nov 2014 23:24:19 +0000 (+0100) Subject: MIPS: Remove now unused definition of phys_t. X-Git-Tag: v3.19-rc1~115^2~3 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=1ca1f8f6b3aaf6d7f93262594578dfad404bd94e;p=karo-tx-linux.git MIPS: Remove now unused definition of phys_t. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/types.h b/arch/mips/include/asm/types.h index cffc9545dfd2..148d42a17f30 100644 --- a/arch/mips/include/asm/types.h +++ b/arch/mips/include/asm/types.h @@ -14,20 +14,4 @@ #include #include -/* - * 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 */