From 785115a6a0a850f24f01fb385757a331eea9f093 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:22 -0800 Subject: arm9tdmi_common_t -> struct arm9tdmi_common Remove misleading typedef and redundant suffix from struct arm9tdmi_common. --- src/target/arm920t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm920t.c') diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 97545c5..22f7b63 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -622,7 +622,7 @@ int arm920t_soft_reset_halt(struct target_s *target) int arm920t_init_arch_info(target_t *target, struct arm920t_common *arm920t, struct jtag_tap *tap) { - arm9tdmi_common_t *arm9tdmi = &arm920t->arm9tdmi_common; + struct arm9tdmi_common *arm9tdmi = &arm920t->arm9tdmi_common; struct arm7_9_common *arm7_9 = &arm9tdmi->arm7_9_common; /* initialize arm9tdmi specific info (including arm7_9 and armv4_5) -- cgit v1.1