summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Oruba2008-07-28 18:44:14 +0200
committerIngo Molnar2008-07-28 19:57:53 +0200
commit8e61028dfdc6b8ca996abfe8f9baef6792ea2904 (patch)
tree60282fa649b132760428fe70e940830842e1d4e9 /include
parentx86: moved Intel microcode patch loader declarations to seperate header file (diff)
downloadkernel-qcow2-linux-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.tar.gz
kernel-qcow2-linux-8e61028dfdc6b8ca996abfe8f9baef6792ea2904.tar.xz
kernel-qcow2-linux-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.h3
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 {
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;