[PATCH] openrisc: fix build due to redefined phys_size_t

Sascha Hauer s.hauer at pengutronix.de
Thu Jun 21 05:59:50 EDT 2012


We already have a phys_size_t since:

commit 2f05b6925676e5f3263e0d51ed2f0a92201400d8
Author: Renaud Barbier <renaud.barbier at 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 at ge.com>
    Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>

Fix build due to redefinition of this type.

Signed-off-by: Sascha Hauer <s.hauer at 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




More information about the barebox mailing list