nand_manufacturer_t -> struct nand_manufacturer

Remove misleading typedef and redundant suffix from struct nand_manufacturer.
This commit is contained in:
Zachary T Welch
2009-11-13 07:38:39 -08:00
parent 8f4860d13f
commit f7ca047213
2 changed files with 4 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ static nand_info_t nand_flash_ids[] =
/* Manufacturer ID list
*/
static nand_manufacturer_t nand_manuf_ids[] =
static struct nand_manufacturer nand_manuf_ids[] =
{
{0x0, "unknown"},
{NAND_MFR_TOSHIBA, "Toshiba"},