From 248448ee3a5f4f97307f1d5af4ef940529478a34 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:29 -0800 Subject: armv7a_common_t -> struct armv7a_common Remove misleading typedef and redundant suffix from struct armv7a_common. --- src/target/cortex_a8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/cortex_a8.h') diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h index 02cf797f..8216ffbb 100644 --- a/src/target/cortex_a8.h +++ b/src/target/cortex_a8.h @@ -133,7 +133,7 @@ typedef struct cortex_a8_common_s /* Use cortex_a8_read_regs_through_mem for fast register reads */ int fast_reg_read; - armv7a_common_t armv7a_common; + struct armv7a_common armv7a_common; } cortex_a8_common_t; static inline struct cortex_a8_common_s * -- cgit v1.2.3