diff options
author | Zhang Xiantao <xiantao.zhang@intel.com> | 2007-12-13 20:41:22 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:58:09 -0500 |
commit | d657a98e3c20537d8b4d44aef51cf4311d96f2b0 (patch) | |
tree | cf1e1e2e3c0d05617ab6baf5c017987708a55d41 /drivers/kvm/irq.h | |
parent | 1d737c8a68736db36e0aa502ace9da240704c5ae (diff) |
KVM: Portability: Move kvm_vcpu definition back to kvm.h
This patches moves kvm_vcpu definition to kvm.h, and finally
kvm.h includes x86.h.
Signed-off-by: Zhang Xiantao <xiantao.zhang@intel.com>
Acked-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/irq.h')
-rw-r--r-- | drivers/kvm/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/irq.h b/drivers/kvm/irq.h index e88d93957d2..a688c51d0a3 100644 --- a/drivers/kvm/irq.h +++ b/drivers/kvm/irq.h | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <linux/hrtimer.h> | 26 | #include <linux/hrtimer.h> |
27 | #include <asm/kvm.h> | 27 | #include <asm/kvm.h> |
28 | #include "iodev.h" | 28 | #include "iodev.h" |
29 | #include "x86.h" | 29 | #include "kvm.h" |
30 | 30 | ||
31 | struct kvm; | 31 | struct kvm; |
32 | struct kvm_vcpu; | 32 | struct kvm_vcpu; |