cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext

Remove misleading typedef and redundant suffix from struct cfi_spansion_pri_ext.
This commit is contained in:
Zachary T Welch
2009-11-13 07:32:35 -08:00
parent 2ded74115d
commit 0139e7d51a
3 changed files with 15 additions and 15 deletions

View File

@@ -96,7 +96,7 @@ struct cfi_intel_pri_ext
/* Spansion primary extended query table as defined for and used by
* the linux kernel cfi driver (as of 2.6.15)
*/
typedef struct cfi_spansion_pri_ext_s
struct cfi_spansion_pri_ext
{
uint8_t pri[3];
uint8_t major_version;
@@ -115,7 +115,7 @@ typedef struct cfi_spansion_pri_ext_s
int _reversed_geometry;
uint32_t _unlock1;
uint32_t _unlock2;
} cfi_spansion_pri_ext_t;
};
/* Atmel primary extended query table as defined for and used by
* the linux kernel cfi driver (as of 2.6.20+)