On 15.10.2020 18:44, Oleksandr Tyshchenko wrote: > --- a/xen/common/ioreq.c > +++ b/xen/common/ioreq.c > @@ -18,6 +18,7 @@ > > #include <xen/ctype.h> > #include <xen/domain.h> > +#include <xen/domain_page.h> > #include <xen/event.h> > #include <xen/init.h> > #include <xen/irq.h>
There preferably wouldn't be a need to touch non-Arm code in this patch. I suppose the added #include could easily be introduced e.g. while moving the file? Jan