Skip to content

Commit 956fa50

Browse files
anadavgregkh
authored andcommitted
vmw_balloon: include asm/io.h
commit a3b92ee6fc171d7c9d9b6b829b7fef169210440c upstream. Fix a build error due to missing virt_to_phys() Reported-by: kbuild test robot <lkp@intel.com> Fixes: f0a1bf29d821b ("vmw_balloon: fix inflation with batching") Cc: stable@vger.kernel.org Cc: Xavier Deguillard <xdeguillard@vmware.com> Signed-off-by: Nadav Amit <namit@vmware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 23ac2a3 commit 956fa50

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/misc/vmw_balloon.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include <linux/seq_file.h>
4646
#include <linux/vmw_vmci_defs.h>
4747
#include <linux/vmw_vmci_api.h>
48+
#include <linux/io.h>
4849
#include <asm/hypervisor.h>
4950

5051
MODULE_AUTHOR("VMware, Inc.");

0 commit comments

Comments
 (0)