2008-07-29 15:46:24

by Peter Oruba

[permalink] [raw]
Subject: [patch 3/4] x86: Moved function declarations out from AMD microcode patch loader to heade file.

Signed-off-by: Peter Oruba <[email protected]>
---
arch/x86/kernel/microcode_amd.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c
index 6789530..2b98e6a 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);

--
1.5.4.5