projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf66bb0
)
x86/HVM: reduce vpic.h include dependencies
author
Jan Beulich
<jbeulich@suse.com>
Tue, 17 Mar 2020 15:14:05 +0000
(16:14 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Tue, 17 Mar 2020 15:14:05 +0000
(16:14 +0100)
Drop an #include not needed by the header itself.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/hvm/vpic.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/hvm/vpic.h
b/xen/include/asm-x86/hvm/vpic.h
index a3524ba76a4d472a1b15529f5621149f3ca080db..d71b270193d61b41be97334cccbfac76f3f64434 100644
(file)
--- a/
xen/include/asm-x86/hvm/vpic.h
+++ b/
xen/include/asm-x86/hvm/vpic.h
@@
-27,7
+27,8
@@
#ifndef __ASM_X86_HVM_VPIC_H__
#define __ASM_X86_HVM_VPIC_H__
-#include <public/hvm/save.h>
+struct domain;
+struct vcpu;
void vpic_irq_positive_edge(struct domain *d, int irq);
void vpic_irq_negative_edge(struct domain *d, int irq);