flash_driver_t -> struct flash_driver
Remove misleading typedef and redundant suffix from struct flash_driver.
This commit is contained in:
@@ -2626,7 +2626,7 @@ static int cfi_info(struct flash_bank_s *bank, char *buf, int buf_size)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
flash_driver_t cfi_flash = {
|
||||
struct flash_driver cfi_flash = {
|
||||
.name = "cfi",
|
||||
.register_commands = &cfi_register_commands,
|
||||
.flash_bank_command = &cfi_flash_bank_command,
|
||||
|
||||
Reference in New Issue
Block a user