summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorPeter Oruba <peter.oruba@amd.com>2008-07-28 18:44:14 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-28 19:57:53 +0200
commit8e61028dfdc6b8ca996abfe8f9baef6792ea2904 (patch)
tree60282fa649b132760428fe70e940830842e1d4e9 /include/asm-x86
parent9a56a0f80b52cb41c5e0add47c7ce0bb2ef25eb0 (diff)
downloadop-kernel-dev-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.zip
op-kernel-dev-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.tar.gz
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')
-rw-r--r--include/asm-x86/microcode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/microcode.h b/include/asm-x86/microcode.h
index 5a05568..1519ef0 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;
OpenPOWER on IntegriCloud