From 54be77bc79ce05cd1ce4320958d8ce9d131aea09 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:41:28 -0800 Subject: non_cfi_t -> struct non_cfi Remove misleading typedef and redundant suffix from struct non_cfi. --- src/flash/non_cfi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/non_cfi.h') diff --git a/src/flash/non_cfi.h b/src/flash/non_cfi.h index 14a6df72..ef50ae5c 100644 --- a/src/flash/non_cfi.h +++ b/src/flash/non_cfi.h @@ -22,7 +22,7 @@ #include "flash.h" -typedef struct non_cfi_s +struct non_cfi { uint16_t mfr; uint16_t id; @@ -33,7 +33,7 @@ typedef struct non_cfi_s uint8_t num_erase_regions; uint32_t erase_region_info[6]; uint8_t status_poll_mask; -} non_cfi_t; +}; void cfi_fixup_non_cfi(flash_bank_t *bank); -- cgit v1.2.3