nand_info_t -> struct nand_info

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

View File

@@ -74,7 +74,7 @@ static command_t *nand_cmd;
* 256 256 Byte page size
* 512 512 Byte page size
*/
static nand_info_t nand_flash_ids[] =
static struct nand_info nand_flash_ids[] =
{
/* start "museum" IDs */
{"NAND 1MiB 5V 8-bit", 0x6e, 256, 1, 0x1000, 0},