summaryrefslogtreecommitdiff
path: root/src/target/feroceon.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:18 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218 (patch)
tree760a15f4c0348092b16f699370545cbb3e606a3b /src/target/feroceon.c
parent5f68f45186c1fe73e1c83bd5847edd6bfaf06b34 (diff)
downloadopenocd+libswd-1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218.tar.gz
openocd+libswd-1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218.tar.bz2
openocd+libswd-1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218.tar.xz
openocd+libswd-1ad4ee2deb5a888cb9f9b825a0e4fbfa68aa1218.zip
arm966e_common_t -> struct arm966e_common
Remove misleading typedef and redundant suffix from struct arm966e_common.
Diffstat (limited to 'src/target/feroceon.c')
-rw-r--r--src/target/feroceon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/feroceon.c b/src/target/feroceon.c
index 3026ed22..73c0e57c 100644
--- a/src/target/feroceon.c
+++ b/src/target/feroceon.c
@@ -632,7 +632,7 @@ int feroceon_target_create(struct target_s *target, Jim_Interp *interp)
int dragonite_target_create(struct target_s *target, Jim_Interp *interp)
{
- arm966e_common_t *arm966e = calloc(1,sizeof(arm966e_common_t));
+ struct arm966e_common *arm966e = calloc(1,sizeof(struct arm966e_common));
arm966e_init_arch_info(target, arm966e, target->tap);
feroceon_common_setup(target);