]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.18.11/vmw_balloon-include-asm-io.h.patch
fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.18.11 / vmw_balloon-include-asm-io.h.patch
CommitLineData
8f51255f
GKH
1From a3b92ee6fc171d7c9d9b6b829b7fef169210440c Mon Sep 17 00:00:00 2001
2From: Nadav Amit <namit@vmware.com>
3Date: Thu, 13 Sep 2018 13:18:52 -0700
4Subject: vmw_balloon: include asm/io.h
5
6From: Nadav Amit <namit@vmware.com>
7
8commit a3b92ee6fc171d7c9d9b6b829b7fef169210440c upstream.
9
10Fix a build error due to missing virt_to_phys()
11
12Reported-by: kbuild test robot <lkp@intel.com>
13Fixes: f0a1bf29d821b ("vmw_balloon: fix inflation with batching")
14Cc: stable@vger.kernel.org
15Cc: Xavier Deguillard <xdeguillard@vmware.com>
16Signed-off-by: Nadav Amit <namit@vmware.com>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19---
20 drivers/misc/vmw_balloon.c | 1 +
21 1 file changed, 1 insertion(+)
22
23--- a/drivers/misc/vmw_balloon.c
24+++ b/drivers/misc/vmw_balloon.c
25@@ -45,6 +45,7 @@
26 #include <linux/seq_file.h>
27 #include <linux/vmw_vmci_defs.h>
28 #include <linux/vmw_vmci_api.h>
29+#include <linux/io.h>
30 #include <asm/hypervisor.h>
31
32 MODULE_AUTHOR("VMware, Inc.");