armv4_5_mmu_common_t -> struct armv4_5_mmu_common

Remove misleading typedef and redundant suffix from struct armv4_5_mmu_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:27 -08:00
parent 405a5df786
commit f6dae0cf84
7 changed files with 14 additions and 14 deletions

View File

@@ -125,7 +125,7 @@ typedef struct xscale_common_s
int arch_debug_reason;
/* MMU/Caches */
armv4_5_mmu_common_t armv4_5_mmu;
struct armv4_5_mmu_common armv4_5_mmu;
uint32_t cp15_control_reg;
int fast_memory_access;