flash_driver_t -> struct flash_driver

Remove misleading typedef and redundant suffix from struct flash_driver.
This commit is contained in:
Zachary T Welch
2009-11-13 07:38:01 -08:00
parent fb59ec739a
commit 632fd663a8
22 changed files with 42 additions and 42 deletions

View File

@@ -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,