From: Stephen Hemminger Date: Sun, 5 Mar 2017 01:27:11 +0000 (-0700) Subject: hyperv: fix warning about missing prototype X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=670718161852c6acdb8d6bca6a73510f7b9f4320;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git hyperv: fix warning about missing prototype Compiling with warnings enabled finds missing prototype for hv_do_hypercall. Signed-off-by: Stephen Hemminger Signed-off-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c index 8bef70e7f3cc..ecaa3f3b1923 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -25,7 +25,7 @@ #include #include #include - +#include #ifdef CONFIG_X86_64