From 632fd663a821047df9a9b965ec1c35d6b034ebba Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:38:01 -0800 Subject: flash_driver_t -> struct flash_driver Remove misleading typedef and redundant suffix from struct flash_driver. --- src/flash/aduc702x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/aduc702x.c') diff --git a/src/flash/aduc702x.c b/src/flash/aduc702x.c index 61ea36a9..c17335e1 100644 --- a/src/flash/aduc702x.c +++ b/src/flash/aduc702x.c @@ -422,7 +422,7 @@ static int aduc702x_check_flash_completion(target_t* target, unsigned int timeou else return ERROR_OK; } -flash_driver_t aduc702x_flash = { +struct flash_driver aduc702x_flash = { .name = "aduc702x", .flash_bank_command = &aduc702x_flash_bank_command, .erase = &aduc702x_erase, -- cgit v1.2.3