x86: moved function declarations out from AMD microcode patch loader to heade file
authorPeter Oruba <peter.oruba@amd.com>
Tue, 29 Jul 2008 15:41:06 +0000 (17:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 31 Jul 2008 21:26:16 +0000 (23:26 +0200)
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>
arch/x86/kernel/microcode_amd.c

index 6789530ef33b343a8ee848a827d34d6d413f26bf..2b98e6ab1bf920c24f8be67c7b10657bdef979f2 100644 (file)
@@ -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);