From 1f328f2885f370aa9f79d2ed08515821bc8d856a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 07:32:19 -0800 Subject: cfi_intel_pri_ext_t -> struct cfi_intel_pri_ext Remove misleading typedef and redundant suffix from struct cfi_intel_pri_ext. --- src/flash/cfi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/cfi.h') diff --git a/src/flash/cfi.h b/src/flash/cfi.h index 9cf7d582..89ddc404 100644 --- a/src/flash/cfi.h +++ b/src/flash/cfi.h @@ -76,7 +76,7 @@ struct cfi_flash_bank * as defined for the Advanced+ Boot Block Flash Memory (C3) * and used by the linux kernel cfi driver (as of 2.6.14) */ -typedef struct cfi_intel_pri_ext_s +struct cfi_intel_pri_ext { char pri[3]; uint8_t major_version; @@ -91,7 +91,7 @@ typedef struct cfi_intel_pri_ext_s uint8_t fact_prot_reg_size; uint8_t user_prot_reg_size; uint8_t extra[0]; -} cfi_intel_pri_ext_t; +}; /* Spansion primary extended query table as defined for and used by * the linux kernel cfi driver (as of 2.6.15) -- cgit v1.2.3