diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-11-21 18:24:19 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-11-24 16:47:31 -0500 |
commit | 1ca1f8f6b3aaf6d7f93262594578dfad404bd94e (patch) | |
tree | 05297e91dbdd8dd4ba0512a35c85207452b873bf /arch | |
parent | 15d45cce3a0e0716fa49c768f887c6406dfb91f7 (diff) |
MIPS: Remove now unused definition of phys_t.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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 @@ | |||
14 | #include <asm-generic/int-ll64.h> | 14 | #include <asm-generic/int-ll64.h> |
15 | #include <uapi/asm/types.h> | 15 | #include <uapi/asm/types.h> |
16 | 16 | ||
17 | /* | ||
18 | * These aren't exported outside the kernel to avoid name space clashes | ||
19 | */ | ||
20 | #ifndef __ASSEMBLY__ | ||
21 | |||
22 | /* | ||
23 | * Don't use phys_addr_t. You've been warned. | ||
24 | */ | ||
25 | #ifdef CONFIG_PHYS_ADDR_T_64BIT | ||
26 | typedef unsigned long long phys_addr_t; | ||
27 | #else | ||
28 | typedef unsigned long phys_addr_t; | ||
29 | #endif | ||
30 | |||
31 | #endif /* __ASSEMBLY__ */ | ||
32 | |||
33 | #endif /* _ASM_TYPES_H */ | 17 | #endif /* _ASM_TYPES_H */ |