diff options
| author | Peter Oruba <peter.oruba@amd.com> | 2008-07-28 12:44:14 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-07-28 13:57:53 -0400 |
| commit | 8e61028dfdc6b8ca996abfe8f9baef6792ea2904 (patch) | |
| tree | 60282fa649b132760428fe70e940830842e1d4e9 /include/asm-x86/microcode.h | |
| parent | 9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0 (diff) | |
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>
Diffstat (limited to 'include/asm-x86/microcode.h')
| -rw-r--r-- | include/asm-x86/microcode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/microcode.h b/include/asm-x86/microcode.h index 5a0556855154..1519ef0674bb 100644 --- a/include/asm-x86/microcode.h +++ b/include/asm-x86/microcode.h | |||
| @@ -16,9 +16,6 @@ struct microcode { | |||
| 16 | unsigned int bits[0]; | 16 | unsigned int bits[0]; |
| 17 | }; | 17 | }; |
| 18 | 18 | ||
| 19 | typedef struct microcode microcode_t; | ||
| 20 | typedef struct microcode_header microcode_header_t; | ||
| 21 | |||
| 22 | /* microcode format is extended from prescott processors */ | 19 | /* microcode format is extended from prescott processors */ |
| 23 | struct extended_signature { | 20 | struct extended_signature { |
| 24 | unsigned int sig; | 21 | unsigned int sig; |
