nand_flash_controller_t -> struct nand_flash_controller

Remove misleading typedef and redundant suffix from struct nand_flash_controller.
This commit is contained in:
Zachary T Welch
2009-11-13 07:38:30 -08:00
parent 4bc46d61ca
commit 8605352387
10 changed files with 21 additions and 21 deletions

View File

@@ -153,7 +153,7 @@ int s3c2440_write_block_data(struct nand_device_s *nand, uint8_t *data, int data
return ERROR_OK;
}
nand_flash_controller_t s3c2440_nand_controller = {
struct nand_flash_controller s3c2440_nand_controller = {
.name = "s3c2440",
.nand_device_command = &s3c2440_nand_device_command,
.register_commands = &s3c24xx_register_commands,