Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67071816 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by Greg Kroah-Hartman
Browse files

hyperv: fix warning about missing prototype



Compiling with warnings enabled finds missing prototype for
hv_do_hypercall.

Signed-off-by: default avatarStephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ada6eb11
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/clockchips.h>
#include <linux/clockchips.h>

#include <linux/hyperv.h>


#ifdef CONFIG_X86_64
#ifdef CONFIG_X86_64