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/lpc288x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/lpc288x.c') diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c index 52d31a8a..d681fbf9 100644 --- a/src/flash/lpc288x.c +++ b/src/flash/lpc288x.c @@ -471,7 +471,7 @@ static int lpc288x_protect(struct flash_bank_s *bank, int set, int first, int la return ERROR_OK; } -flash_driver_t lpc288x_flash = { +struct flash_driver lpc288x_flash = { .name = "lpc288x", .flash_bank_command = &lpc288x_flash_bank_command, .erase = &lpc288x_erase, -- cgit v1.2.3