[tip:x86/microcode] x86, microcode, intel: Add missing static declarations

From: tip-bot for Henrique de Moraes Holschuh
Date: Sun Aug 24 2014 - 10:56:14 EST


Commit-ID: 05a5f76d033f413396bc48ce2f8651b5659bcd31
Gitweb: http://git.kernel.org/tip/05a5f76d033f413396bc48ce2f8651b5659bcd31
Author: Henrique de Moraes Holschuh <hmh@xxxxxxxxxx>
AuthorDate: Wed, 23 Jul 2014 17:10:45 -0300
Committer: Borislav Petkov <bp@xxxxxxx>
CommitDate: Thu, 24 Jul 2014 12:26:52 +0200

x86, microcode, intel: Add missing static declarations

gcc reports that a few declarations are missing.
Fix two obvious ones.

Signed-off-by: Henrique de Moraes Holschuh <hmh@xxxxxxxxxx>
Link: http://lkml.kernel.org/r/1406146251-8540-1-git-send-email-hmh@xxxxxxxxxx
Signed-off-by: Borislav Petkov <bp@xxxxxxx>
---
arch/x86/kernel/cpu/microcode/intel_early.c | 4 ++--
1 file 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 18f7391..b105c11 100644
--- a/arch/x86/kernel/cpu/microcode/intel_early.c
+++ b/arch/x86/kernel/cpu/microcode/intel_early.c
@@ -28,8 +28,8 @@
#include <asm/tlbflush.h>
#include <asm/setup.h>

-unsigned long mc_saved_in_initrd[MAX_UCODE_COUNT];
-struct mc_saved_data {
+static unsigned long mc_saved_in_initrd[MAX_UCODE_COUNT];
+static struct mc_saved_data {
unsigned int mc_saved_count;
struct microcode_intel **mc_saved;
} mc_saved_data;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/