nand_flash_controller_t -> struct nand_flash_controller
Remove misleading typedef and redundant suffix from struct nand_flash_controller.
This commit is contained in:
@@ -62,7 +62,7 @@ static int s3c2443_init(struct nand_device_s *nand)
|
||||
return ERROR_OK;
|
||||
}
|
||||
|
||||
nand_flash_controller_t s3c2443_nand_controller = {
|
||||
struct nand_flash_controller s3c2443_nand_controller = {
|
||||
.name = "s3c2443",
|
||||
.nand_device_command = &s3c2443_nand_device_command,
|
||||
.register_commands = &s3c24xx_register_commands,
|
||||
|
||||
Reference in New Issue
Block a user