From: Benjamin Thiel Date: Thu, 9 Jan 2020 12:17:23 +0000 (+0100) Subject: x86/cpu: Add a missing prototype for arch_smt_update() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b47a36982dbdcd9d96fdce5169af984ef5bdd110;p=linux.git x86/cpu: Add a missing prototype for arch_smt_update() .. in order to fix a -Wmissing-prototype warning. No functional change. Signed-off-by: Benjamin Thiel Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20200109121723.8151-1-b.thiel@posteo.de --- diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 2e4d90294fe67..6b95f18255fa4 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include