On Thu, Jun 22, 2017 at 10:57:36AM +0100, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > The helper function __load_ucode_amd and pointer intel_ucode_patch > do not need to be in global scope, so make them static. > > Cleans up sparse warnings: > "symbol '__load_ucode_amd' was not declared. Should it be static?" > "symbol 'intel_ucode_patch' was not declared. Should it be static?" > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > arch/x86/kernel/cpu/microcode/amd.c | 2 +- > arch/x86/kernel/cpu/microcode/intel.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html