arm966e_common_t -> struct arm966e_common

Remove misleading typedef and redundant suffix from struct arm966e_common.
This commit is contained in:
Zachary T Welch
2009-11-13 08:40:18 -08:00
parent 5f68f45186
commit 1ad4ee2deb
3 changed files with 10 additions and 10 deletions

View File

@@ -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);