projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6fdc96
)
x86/hvm: make io.h self-contained
author
Chao Gao
<chao.gao@intel.com>
Fri, 7 Apr 2017 10:06:18 +0000
(12:06 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Fri, 7 Apr 2017 10:06:18 +0000
(12:06 +0200)
io.h uses structure npfec without including the file xen/mm.h where the
structure is defined.
Signed-off-by: Chao Gao <chao.gao@intel.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/include/asm-x86/hvm/io.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/hvm/io.h
b/xen/include/asm-x86/hvm/io.h
index 5ae9225baabb229b807ba53cccbfa07d2b8f1e1f..2484eb1c7531f165b1fedb477cd93854d640a6fe 100644
(file)
--- 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>