armv7a_algorithm_t -> struct armv7a_algorithm
authorZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 16:41:32 +0000 (08:41 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 19:58:10 +0000 (11:58 -0800)
Remove misleading typedef and redundant suffix from struct armv7a_algorithm.

src/target/armv7a.h

index e5615bb5dc091cb76ecdb1d705059838ea66352d..5a77befc0d645b76147bf86e4f2b02afaef7cf16 100644 (file)
@@ -133,13 +133,13 @@ target_to_armv7a(struct target_s *target)
                        armv4_5_common);
 }
 
-typedef struct armv7a_algorithm_s
+struct armv7a_algorithm
 {
        int common_magic;
 
        enum armv7a_mode core_mode;
        enum armv7a_state core_state;
-} armv7a_algorithm_t;
+};
 
 typedef struct armv7a_core_reg_s
 {