target_t -> struct target
[fw/openocd] / src / flash / arm_nandio.h
index cb8df4283e4a82e4ff911a58be6867845ea23f7a..a1bed326d97b063af850c500a9534d6672174183 100644 (file)
@@ -6,7 +6,7 @@
 
 struct arm_nand_data {
        /* target is proxy for some ARM core */
-       struct target_s         *target;
+       struct target           *target;
 
        /* copy_area holds write-to-NAND loop and data to write */
        struct working_area     *copy_area;