target_type_t -> struct target_type

Remove misleading typedef and redundant suffix from struct target_type.
This commit is contained in:
Zachary T Welch
2009-11-13 09:52:20 -08:00
parent d64a873db4
commit ac927559c3
18 changed files with 38 additions and 41 deletions

View File

@@ -674,7 +674,7 @@ int feroceon_examine(struct target_s *target)
return ERROR_OK;
}
target_type_t feroceon_target =
struct target_type feroceon_target =
{
.name = "feroceon",
@@ -712,7 +712,7 @@ target_type_t feroceon_target =
.examine = feroceon_examine,
};
target_type_t dragonite_target =
struct target_type dragonite_target =
{
.name = "dragonite",