From f96d6054e65708e7abdceac673f1a18fec3204b6 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:31 -0800 Subject: swjdp_common_t -> struct swjdp_common Remove misleading typedef and redundant suffix from struct swjdp_common. --- src/target/armv7a.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/armv7a.h') diff --git a/src/target/armv7a.h b/src/target/armv7a.h index 2ad0321f..e7a7fc25 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -97,7 +97,7 @@ typedef struct armv7a_common_s enum armv7a_state core_state; /* arm adp debug port */ - swjdp_common_t swjdp_info; + struct swjdp_common swjdp_info; /* Core Debug Unit */ uint32_t debug_base; -- cgit v1.2.3