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/xscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/xscale.c') diff --git a/src/target/xscale.c b/src/target/xscale.c index fb265eaf..33dd3564 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -3606,7 +3606,7 @@ static int xscale_register_commands(struct command_context_s *cmd_ctx) return ERROR_OK; } -target_type_t xscale_target = +struct target_type xscale_target = { .name = "xscale", -- cgit v1.2.3