target_t -> struct target
[fw/openocd] / src / flash / mx3_nand.h
index 1f3529a7f152674f6b7de8cc81b6c4646f714f1f..ddec92cf454c715d8ec9b965f2eb5ddf81281df3 100644 (file)
@@ -110,7 +110,7 @@ struct mx3_nf_flags
 
 struct mx3_nf_controller
 {
-       struct target_s *target;
+       struct target *target;
        enum mx_dataout_type optype;
        enum mx_nf_finalize_action fin;
        struct mx3_nf_flags flags;