From: Stephen Hemminger Date: Sun, 5 Mar 2017 01:27:11 +0000 (-0700) Subject: hyperv: fix warning about missing prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=670718161852c6acdb8d6bca6a73510f7b9f4320;p=linux.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 8bef70e7f3cc6..ecaa3f3b1923d 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