mx3_nf_controller_t -> struct mx3_nf_controller
[fw/openocd] / src / flash / mx3_nand.h
index 319389336e2700057b57cf5692dc0559adda6d0d..1f3529a7f152674f6b7de8cc81b6c4646f714f1f 100644 (file)
@@ -108,10 +108,10 @@ struct mx3_nf_flags
        unsigned hw_ecc_enabled:1;
 };
 
-typedef struct mx3_nf_controller_s
+struct mx3_nf_controller
 {
        struct target_s *target;
        enum mx_dataout_type optype;
        enum mx_nf_finalize_action fin;
        struct mx3_nf_flags flags;
-} mx3_nf_controller_t;
+};