summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/microcode_amd.c
diff options
context:
space:
mode:
authorPeter Oruba <peter.oruba@amd.com>2008-07-29 17:41:06 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-31 23:26:16 +0200
commit831f9bd3151ebd22959a0cb2a20b44a06b26d4ed (patch)
tree2daca59b3eb83d1f6da5fe6f5d0490badb605a9c /arch/x86/kernel/microcode_amd.c
parentf516526febb75500f280def2108688d388df4e1e (diff)
x86: moved function declarations out from AMD microcode patch loader to heade file
Signed-off-by: Peter Oruba <peter.oruba@amd.com> Cc: 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 'arch/x86/kernel/microcode_amd.c')
-rw-r--r--arch/x86/kernel/microcode_amd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index 6789530ef33..2b98e6ab1bf 100644
--- a/arch/x86/kernel/microcode_amd.c
+++ b/arch/x86/kernel/microcode_amd.c
@@ -56,9 +56,6 @@ MODULE_LICENSE("GPL v2");
((((struct microcode_amd *)mc)->hdr.mc_patch_data_len * 28) \
+ MC_HEADER_SIZE)
-extern int microcode_init(void *opaque, struct module *module);
-extern void microcode_exit(void);
-
/* serialize access to the physical write */
static DEFINE_SPINLOCK(microcode_update_lock);