projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d45cc
)
MIPS: Remove now unused definition of phys_t.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 21 Nov 2014 23:24:19 +0000
(
00:24
+0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 24 Nov 2014 21:47:31 +0000
(22:47 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/types.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/types.h
b/arch/mips/include/asm/types.h
index cffc9545dfd237719da6df365063564ebba50d67..148d42a17f30ded6fa09a62ac3a3a1a80baf66bc 100644
(file)
--- 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 */