From: Nadav Amit Date: Thu, 13 Sep 2018 20:18:52 +0000 (-0700) Subject: vmw_balloon: include asm/io.h X-Git-Tag: v4.14.73~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=956fa50745b3d01dd37f48bd601f16222742648b;p=users%2Fjedix%2Flinux-maple.git vmw_balloon: include asm/io.h commit a3b92ee6fc171d7c9d9b6b829b7fef169210440c upstream. Fix a build error due to missing virt_to_phys() Reported-by: kbuild test robot Fixes: f0a1bf29d821b ("vmw_balloon: fix inflation with batching") Cc: stable@vger.kernel.org Cc: Xavier Deguillard Signed-off-by: Nadav Amit Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c index 5f8b583c6e41..f74166aa9a0d 100644 --- a/drivers/misc/vmw_balloon.c +++ b/drivers/misc/vmw_balloon.c @@ -45,6 +45,7 @@ #include #include #include +#include #include MODULE_AUTHOR("VMware, Inc.");