* [PATCH] openrisc: fix build due to redefined phys_size_t
@ 2012-06-21 9:59 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2012-06-21 9:59 UTC (permalink / raw)
To: barebox
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>
---
arch/openrisc/include/asm/types.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/openrisc/include/asm/types.h b/arch/openrisc/include/asm/types.h
index 55efa36..1cdd49a 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 */
--
1.7.10
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-21 9:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21 9:59 [PATCH] openrisc: fix build due to redefined phys_size_t Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox