x86/vmware: Make vmware_select_hypercall() __init
authorAlexey Makhalov <amakhalov@vmware.com>
Mon, 23 Mar 2020 19:57:03 +0000 (19:57 +0000)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Mar 2020 08:26:04 +0000 (09:26 +0100)
vmware_select_hypercall() is used only by the __init
functions, and should be annotated with __init as well.

Signed-off-by: Alexey Makhalov <amakhalov@vmware.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200323195707.31242-2-amakhalov@vmware.com
arch/x86/kernel/cpu/vmware.c

index 46d7326..d280560 100644 (file)
@@ -213,7 +213,7 @@ static void __init vmware_platform_setup(void)
        vmware_set_capabilities();
 }
 
-static u8 vmware_select_hypercall(void)
+static u8 __init vmware_select_hypercall(void)
 {
        int eax, ebx, ecx, edx;