From 3b7aee21b50f4bd0014878f29129ac33812faea3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 08:43:30 -0800 Subject: mips32_common_t -> struct mips32_common Remove misleading typedef and redundant suffix from struct mips32_common. --- src/flash/pic32mx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash') diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c index 01252bbf..97111f2c 100644 --- a/src/flash/pic32mx.c +++ b/src/flash/pic32mx.c @@ -543,7 +543,7 @@ static int pic32mx_probe(struct flash_bank_s *bank) { target_t *target = bank->target; struct pic32mx_flash_bank *pic32mx_info = bank->driver_priv; - mips32_common_t *mips32 = target->arch_info; + struct mips32_common *mips32 = target->arch_info; mips_ejtag_t *ejtag_info = &mips32->ejtag_info; int i; uint16_t num_pages = 0; @@ -640,7 +640,7 @@ COMMAND_HANDLER(pic32mx_handle_part_id_command) static int pic32mx_info(struct flash_bank_s *bank, char *buf, int buf_size) { target_t *target = bank->target; - mips32_common_t *mips32 = target->arch_info; + struct mips32_common *mips32 = target->arch_info; mips_ejtag_t *ejtag_info = &mips32->ejtag_info; uint32_t device_id; int printed = 0, i; -- cgit v1.2.3