target_t -> struct target
[fw/openocd] / src / flash / s3c2443_nand.c
index 0f086441200fe0842e86d7b9b8a1526d1820012f..c14416474eb047dea254fb628fd8764a736157c7 100644 (file)
@@ -48,7 +48,7 @@ NAND_DEVICE_COMMAND_HANDLER(s3c2443_nand_device_command)
 static int s3c2443_init(struct nand_device_s *nand)
 {
        struct s3c24xx_nand_controller *s3c24xx_info = nand->controller_priv;
-       target_t *target = s3c24xx_info->target;
+       struct target *target = s3c24xx_info->target;
 
        target_write_u32(target, S3C2410_NFCONF,
                         S3C2440_NFCONF_TACLS(3) |