flash_bank_t -> struct flash_bank

Remove misleading typedef and redundant suffix from struct flash_bank.
This commit is contained in:
Zachary T Welch
2009-11-13 11:32:28 -08:00
parent 2f6e56e383
commit 96b62996d2
24 changed files with 373 additions and 373 deletions

View File

@@ -146,7 +146,7 @@ struct cfi_fixup
{
uint16_t mfr;
uint16_t id;
void (*fixup)(flash_bank_t *flash, void *param);
void (*fixup)(struct flash_bank *flash, void *param);
void *param;
};