From 5f68f45186c1fe73e1c83bd5847edd6bfaf06b34 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:40:15 -0800 Subject: arm926ejs_common_t -> struct arm926ejs_common Remove misleading typedef and redundant suffix from struct arm926ejs_common. --- src/target/feroceon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/feroceon.c') diff --git a/src/target/feroceon.c b/src/target/feroceon.c index d203293f..3026ed22 100644 --- a/src/target/feroceon.c +++ b/src/target/feroceon.c @@ -618,7 +618,7 @@ void feroceon_common_setup(struct target_s *target) int feroceon_target_create(struct target_s *target, Jim_Interp *interp) { - arm926ejs_common_t *arm926ejs = calloc(1,sizeof(arm926ejs_common_t)); + struct arm926ejs_common *arm926ejs = calloc(1,sizeof(struct arm926ejs_common)); arm926ejs_init_arch_info(target, arm926ejs, target->tap); feroceon_common_setup(target); -- cgit v1.2.3