Skip to content

Commit eb06158

Browse files
suryasaimadhuIngo Molnar
authored andcommitted
x86/microcode: Remove unused symbol exports
It is not a module anymore and those can be retracted. No functionality change. Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20160704170551.GC7261@pd.tnic Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 846c791 commit eb06158

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arch/x86/kernel/cpu/microcode/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ static bool dis_ucode_ldr;
6060
static DEFINE_MUTEX(microcode_mutex);
6161

6262
struct ucode_cpu_info ucode_cpu_info[NR_CPUS];
63-
EXPORT_SYMBOL_GPL(ucode_cpu_info);
6463

6564
/*
6665
* Operations that are run on a target cpu:

arch/x86/kernel/cpu/microcode/intel_lib.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ int microcode_sanity_check(void *mc, int print_err)
141141
}
142142
return 0;
143143
}
144-
EXPORT_SYMBOL_GPL(microcode_sanity_check);
145144

146145
/*
147146
* Returns 1 if update has been found, 0 otherwise.
@@ -183,4 +182,3 @@ int has_newer_microcode(void *mc, unsigned int csig, int cpf, int new_rev)
183182

184183
return find_matching_signature(mc, csig, cpf);
185184
}
186-
EXPORT_SYMBOL_GPL(has_newer_microcode);

0 commit comments

Comments
 (0)