summaryrefslogtreecommitdiff
path: root/src/flash/ecos.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 07:38:01 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:06 -0800
commit632fd663a821047df9a9b965ec1c35d6b034ebba (patch)
treed62f8902a4d95189a56825780c903816f31a6a00 /src/flash/ecos.c
parentfb59ec739a3ae79937020dc2fe5413be0e73e8d3 (diff)
downloadopenocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.gz
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.bz2
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.tar.xz
openocd+libswd-632fd663a821047df9a9b965ec1c35d6b034ebba.zip
flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
Diffstat (limited to 'src/flash/ecos.c')
-rw-r--r--src/flash/ecos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/ecos.c b/src/flash/ecos.c
index b508cb12..5a0d7ec9 100644
--- a/src/flash/ecos.c
+++ b/src/flash/ecos.c
@@ -435,7 +435,7 @@ static int ecosflash_handle_gpnvm_command(struct command_context_s *cmd_ctx, cha
}
#endif
-flash_driver_t ecosflash_flash = {
+struct flash_driver ecosflash_flash = {
.name = "ecosflash",
.register_commands = &ecosflash_register_commands,
.flash_bank_command = &ecosflash_flash_bank_command,