From f6dae0cf84de26846a18f3fcaea842ccd898a5c1 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:41:27 -0800 Subject: armv4_5_mmu_common_t -> struct armv4_5_mmu_common Remove misleading typedef and redundant suffix from struct armv4_5_mmu_common. --- src/target/xscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.h') diff --git a/src/target/xscale.h b/src/target/xscale.h index 433ecfcf..dd7b0346 100644 --- a/src/target/xscale.h +++ b/src/target/xscale.h @@ -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; -- cgit v1.2.3