From: Chao Gao Date: Fri, 7 Apr 2017 10:06:18 +0000 (+0200) Subject: x86/hvm: make io.h self-contained X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=60bbae0502003e90886bf84758d695b88c1763d7;p=people%2Froyger%2Fxen.git x86/hvm: make io.h self-contained io.h uses structure npfec without including the file xen/mm.h where the structure is defined. Signed-off-by: Chao Gao Reviewed-by: Paul Durrant --- diff --git a/xen/include/asm-x86/hvm/io.h b/xen/include/asm-x86/hvm/io.h index 5ae9225baa..2484eb1c75 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 #include #include #include