diff options
-rw-r--r-- | arch/x86/kernel/cpu/microcode/intel_early.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/microcode/intel_early.c b/arch/x86/kernel/cpu/microcode/intel_early.c index 18f739129e72..b105c11c6f59 100644 --- a/arch/x86/kernel/cpu/microcode/intel_early.c +++ b/arch/x86/kernel/cpu/microcode/intel_early.c | |||
@@ -28,8 +28,8 @@ | |||
28 | #include <asm/tlbflush.h> | 28 | #include <asm/tlbflush.h> |
29 | #include <asm/setup.h> | 29 | #include <asm/setup.h> |
30 | 30 | ||
31 | unsigned long mc_saved_in_initrd[MAX_UCODE_COUNT]; | 31 | static unsigned long mc_saved_in_initrd[MAX_UCODE_COUNT]; |
32 | struct mc_saved_data { | 32 | static struct mc_saved_data { |
33 | unsigned int mc_saved_count; | 33 | unsigned int mc_saved_count; |
34 | struct microcode_intel **mc_saved; | 34 | struct microcode_intel **mc_saved; |
35 | } mc_saved_data; | 35 | } mc_saved_data; |