diff options
author | Peter Oruba <peter.oruba@amd.com> | 2008-07-28 18:44:14 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-28 19:57:53 +0200 |
commit | 8e61028dfdc6b8ca996abfe8f9baef6792ea2904 (patch) | |
tree | 60282fa649b132760428fe70e940830842e1d4e9 /include | |
parent | 9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0 (diff) | |
download | kernel-crypto-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.tar.gz kernel-crypto-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.tar.xz kernel-crypto-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.zip |
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')
-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 5a055685515..1519ef0674b 100644 --- a/include/asm-x86/microcode.h +++ b/include/asm-x86/microcode.h @@ -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; |