 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] vpci: include xen/vmap.h to fix build on ARM
 commit 2ca833688abd4ce88f8eba06ee98c08d35d2d486
Author:     Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
AuthorDate: Thu Oct 27 11:48:36 2022 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Oct 27 11:48:36 2022 +0200
    vpci: include xen/vmap.h to fix build on ARM
    
    Patch b4f211606011 ("vpci/msix: fix PBA accesses") introduced call to
    iounmap(), but not added corresponding include.
    
    Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
    Reviewed-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
    Release-acked-by: Henry Wang <Henry.Wang@xxxxxxx>
---
 xen/drivers/vpci/vpci.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/xen/drivers/vpci/vpci.c b/xen/drivers/vpci/vpci.c
index 98198dc2c9..6d48d496bb 100644
--- a/xen/drivers/vpci/vpci.c
+++ b/xen/drivers/vpci/vpci.c
@@ -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 {
--
generated by git-patchbot for /home/xen/git/xen.git#master
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |