We already have a phys_size_t since:
commit 2f05b6925676e5f3263e0d51ed2f0a92201400d8
Author: Renaud Barbier <[email protected]>
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 <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
Fix build due to redefinition of this type.
Signed-off-by: Sascha Hauer <[email protected]>
---
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
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox