reg_param_t -> struct reg_param

Remove misleading typedef and redundant suffix from struct reg_param.
This commit is contained in:
Zachary T Welch
2009-11-13 08:39:42 -08:00
parent 6c965a3da9
commit b1de5eb9a0
24 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ int arm_nandwrite(struct arm_nand_data *nand, uint8_t *data, int size)
target_t *target = nand->target;
armv4_5_algorithm_t algo;
armv4_5_common_t *armv4_5 = target->arch_info;
reg_param_t reg_params[3];
struct reg_param reg_params[3];
uint32_t target_buf;
uint32_t exit = 0;
int retval;