armv4_5_algorithm_t -> struct armv4_5_algorithm

Remove misleading typedef and redundant suffix from struct armv4_5_algorithm.
This commit is contained in:
Zachary T Welch
2009-11-13 08:41:07 -08:00
parent 056fcdb540
commit 15e8e45308
11 changed files with 15 additions and 15 deletions

View File

@@ -164,7 +164,7 @@ static int aduc702x_write_block(struct flash_bank_s *bank, uint8_t *buffer, uint
working_area_t *source;
uint32_t address = bank->base + offset;
struct reg_param reg_params[6];
armv4_5_algorithm_t armv4_5_info;
struct armv4_5_algorithm armv4_5_info;
int retval = ERROR_OK;
if (((count%2)!=0)||((offset%2)!=0))