armv7m_common_t -> struct armv7m_common

Remove misleading typedef and redundant suffix from struct armv7m_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:39 -08:00
parent 2744a031cb
commit e8a6e3b2f4
4 changed files with 34 additions and 34 deletions

View File

@@ -160,7 +160,7 @@ typedef struct cortex_m3_common_s
cortex_m3_dwt_comparator_t *dwt_comparator_list;
struct reg_cache_s *dwt_cache;
armv7m_common_t armv7m;
struct armv7m_common armv7m;
} cortex_m3_common_t;
static inline struct cortex_m3_common_s *