diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-11-22 00:24:19 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 22:47:31 +0100 |
commit | 1ca1f8f6b3aaf6d7f93262594578dfad404bd94e (patch) | |
tree | 05297e91dbdd8dd4ba0512a35c85207452b873bf /arch/mips | |
parent | 15d45cce3a0e0716fa49c768f887c6406dfb91f7 (diff) | |
download | linux-stable-1ca1f8f6b3aaf6d7f93262594578dfad404bd94e.tar.gz linux-stable-1ca1f8f6b3aaf6d7f93262594578dfad404bd94e.tar.bz2 linux-stable-1ca1f8f6b3aaf6d7f93262594578dfad404bd94e.zip |
MIPS: Remove now unused definition of phys_t.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 */ |