Skip to content

Commit

Permalink
hyperv: fix warning about missing prototype
Browse files Browse the repository at this point in the history
Compiling with warnings enabled finds missing prototype for
hv_do_hypercall.

Signed-off-by: Stephen Hemminger <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
shemminger authored and gregkh committed Mar 17, 2017
1 parent ada6eb1 commit 6707181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/hyperv/hv_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <linux/vmalloc.h>
#include <linux/mm.h>
#include <linux/clockchips.h>

#include <linux/hyperv.h>

#ifdef CONFIG_X86_64

Expand Down

0 comments on commit 6707181

Please sign in to comment.