Skip to content

Commit

Permalink
x86/HVM: reduce vlapic.h include dependencies
Browse files Browse the repository at this point in the history
Drop #include-s not needed by the header itself.

Signed-off-by: Jan Beulich <[email protected]>
Acked-by: Andrew Cooper <[email protected]>
  • Loading branch information
jbeulich committed Mar 17, 2020
1 parent 79834d2 commit 2f66195
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xen/include/asm-x86/hvm/vlapic.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#define __ASM_X86_HVM_VLAPIC_H__

#include <xen/tasklet.h>
#include <asm/msr.h>
#include <public/hvm/ioreq.h>
#include <asm/hvm/vpt.h>

#define vcpu_vlapic(x) (&(x)->arch.hvm.vlapic)
Expand Down

0 comments on commit 2f66195

Please sign in to comment.