From b1de5eb9a074b362e953e857c42cac9a9b18b2a3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:39:42 -0800 Subject: reg_param_t -> struct reg_param Remove misleading typedef and redundant suffix from struct reg_param. --- src/flash/arm_nandio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flash/arm_nandio.c') diff --git a/src/flash/arm_nandio.c b/src/flash/arm_nandio.c index 8087221a..0453656e 100644 --- a/src/flash/arm_nandio.c +++ b/src/flash/arm_nandio.c @@ -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; -- cgit v1.2.3