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

@@ -687,7 +687,7 @@ static int str9x_register_commands(struct command_context_s *cmd_ctx)
return ERROR_OK;
}
flash_driver_t str9x_flash = {
struct flash_driver str9x_flash = {
.name = "str9x",
.register_commands = &str9x_register_commands,
.flash_bank_command = &str9x_flash_bank_command,