]> xenbits.xensource.com Git - xen.git/commitdiff
vpci: include xen/vmap.h to fix build on ARM
authorVolodymyr Babchuk <volodymyr_babchuk@epam.com>
Thu, 27 Oct 2022 09:48:36 +0000 (11:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 27 Oct 2022 09:48:36 +0000 (11:48 +0200)
Patch b4f211606011 ("vpci/msix: fix PBA accesses") introduced call to
iounmap(), but not added corresponding include.

Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Release-acked-by: Henry Wang <Henry.Wang@arm.com>
xen/drivers/vpci/vpci.c

index 98198dc2c966791f7eb4722022315880c2292843..6d48d496bb4871e28f3c25a730dcbdf88dd48151 100644 (file)
@@ -19,6 +19,7 @@
 
 #include <xen/sched.h>
 #include <xen/vpci.h>
+#include <xen/vmap.h>
 
 /* Internal struct to store the emulated PCI registers. */
 struct vpci_register {