armv7a_common_t -> struct armv7a_common

Remove misleading typedef and redundant suffix from struct armv7a_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:29 -08:00
parent f6dae0cf84
commit 248448ee3a
4 changed files with 38 additions and 38 deletions

View File

@@ -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 *