aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/types.h16
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
26typedef unsigned long long phys_addr_t;
27#else
28typedef unsigned long phys_addr_t;
29#endif
30
31#endif /* __ASSEMBLY__ */
32
33#endif /* _ASM_TYPES_H */ 17#endif /* _ASM_TYPES_H */