> -----Original Message-----
> From: Chao Gao [mailto:chao....@intel.com]
> Sent: 05 April 2017 20:30
> To: xen-devel@lists.xen.org
> Cc: Chao Gao <chao....@intel.com>; Paul Durrant
> <paul.durr...@citrix.com>; Jan Beulich <jbeul...@suse.com>; Andrew
> Cooper <andrew.coop...@citrix.com>
> Subject: [PATCH v12 2/7] x86/hvm: make io.h self-contained
> 
> io.h uses structure npfec without including the file xen/mm.h where the
> structure is defined.
> 

Reviewed-by: Paul Durrant <paul.durr...@citrix.com>

> Signed-off-by: Chao Gao <chao....@intel.com>
> ---
>  xen/include/asm-x86/hvm/io.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/xen/include/asm-x86/hvm/io.h b/xen/include/asm-x86/hvm/io.h
> index d6801c1..2349f58 100644
> --- a/xen/include/asm-x86/hvm/io.h
> +++ b/xen/include/asm-x86/hvm/io.h
> @@ -19,6 +19,7 @@
>  #ifndef __ASM_X86_HVM_IO_H__
>  #define __ASM_X86_HVM_IO_H__
> 
> +#include <xen/mm.h>
>  #include <asm/hvm/vpic.h>
>  #include <asm/hvm/vioapic.h>
>  #include <public/hvm/ioreq.h>
> --
> 1.8.3.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to