x86: typedef removal

Removed typedefs. No functional changes to the code.

Signed-off-by: Peter Oruba <peter.oruba@amd.com>
Cc: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Peter Oruba
2008-07-28 18:44:14 +02:00
committed by Ingo Molnar
parent 9a56a0f80b
commit 8e61028dfd
2 changed files with 12 additions and 15 deletions

View File

@ -16,9 +16,6 @@ struct microcode {
unsigned int bits[0];
};
typedef struct microcode microcode_t;
typedef struct microcode_header microcode_header_t;
/* microcode format is extended from prescott processors */
struct extended_signature {
unsigned int sig;