target_t -> struct target
[fw/openocd] / src / flash / s3c2412_nand.c
index 9f456fe5607776f319e932d873154a77f0173186..852193229238e65a2e7e1cb8e8d7939c4abce796 100644 (file)
@@ -47,7 +47,7 @@ NAND_DEVICE_COMMAND_HANDLER(s3c2412_nand_device_command)
 static int s3c2412_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) |