diff options
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/types.h | 16 |
1 files changed, 0 insertions, 16 deletions
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 <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 */ |