summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-06-21 11:57:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-21 11:57:26 +0200
commitb62cf8f36d5b71c8328841841f55599553fa8f26 (patch)
tree6a06c3ce1608fd35a6315ad89c96882fd0b1e41e /arch
parent39e450ca1c1865f95d7a62fe858a4af3312a1dd0 (diff)
downloadbarebox-b62cf8f36d5b71c8328841841f55599553fa8f26.tar.gz
barebox-b62cf8f36d5b71c8328841841f55599553fa8f26.tar.xz
openrisc: fix build due to redefined phys_size_t
We already have a phys_size_t since: commit 2f05b6925676e5f3263e0d51ed2f0a92201400d8 Author: Renaud Barbier <renaud.barbier@ge.com> Date: Fri May 11 11:58:13 2012 +0100 linux/types.h: define phys_size_t Add this definition in preparation for the introduction of the mpc85xx support. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Fix build due to redefinition of this type. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/openrisc/include/asm/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/openrisc/include/asm/types.h b/arch/openrisc/include/asm/types.h
index 55efa36c2b..1cdd49a526 100644
--- a/arch/openrisc/include/asm/types.h
+++ b/arch/openrisc/include/asm/types.h
@@ -72,8 +72,6 @@ typedef unsigned long long u64;
typedef u32 dma_addr_t;
-/*typedef unsigned long phys_addr_t;*/
-typedef unsigned long phys_size_t;
#endif /* __KERNEL__ */
#endif /* _ASM_TYPES_H */