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

@@ -1569,7 +1569,7 @@ static int cortex_a8_register_commands(struct command_context_s *cmd_ctx)
return retval;
}
target_type_t cortexa8_target = {
struct target_type cortexa8_target = {
.name = "cortex_a8",
.poll = cortex_a8_poll,