From: Nadav Amit Date: Thu, 13 Sep 2018 20:18:52 +0000 (-0700) Subject: vmw_balloon: include asm/io.h X-Git-Tag: v4.9.130~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=460f813b61711f040bbd42fb643446d1b24b575a;p=platform%2Fkernel%2Flinux-amlogic.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 518e2dec2aa2..5e9122cd3898 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.");