From ac927559c3ce5406adac34b9d4ca4ecb37a48181 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:52:20 -0800 Subject: target_type_t -> struct target_type Remove misleading typedef and redundant suffix from struct target_type. --- src/target/cortex_a8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/cortex_a8.c') diff --git a/src/target/cortex_a8.c b/src/target/cortex_a8.c index e1bd2e32..f9253115 100644 --- a/src/target/cortex_a8.c +++ b/src/target/cortex_a8.c @@ -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, -- cgit v1.2.3