cfi_intel_pri_ext_t -> struct cfi_intel_pri_ext

Remove misleading typedef and redundant suffix from struct cfi_intel_pri_ext.
This commit is contained in:
Zachary T Welch
2009-11-13 07:32:19 -08:00
parent 3be0edbc5e
commit 1f328f2885
2 changed files with 6 additions and 6 deletions

View File

@@ -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)