summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
diff options
context:
space:
mode:
authorAvi Kivity2007-12-16 10:02:48 +0100
committerAvi Kivity2008-01-30 17:01:18 +0100
commitedf884172e9828c6234b254208af04655855038d (patch)
treef5e5d1eecaed9737eced6ba60d09fe93149751c1 /drivers/kvm/kvm_main.c
parentKVM: VMX: Add printk_ratelimit in vmx_intr_assist (diff)
downloadkernel-qcow2-linux-edf884172e9828c6234b254208af04655855038d.tar.gz
kernel-qcow2-linux-edf884172e9828c6234b254208af04655855038d.tar.xz
kernel-qcow2-linux-edf884172e9828c6234b254208af04655855038d.zip
KVM: Move arch dependent files to new directory arch/x86/kvm/
This paves the way for multiple architecture support. Note that while ioapic.c could potentially be shared with ia64, it is also moved. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm_main.c')
-rw-r--r--drivers/kvm/kvm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/kvm_main.c b/drivers/kvm/kvm_main.c
index ae2a1bf640bc..4026d7d64296 100644
--- a/drivers/kvm/kvm_main.c
+++ b/drivers/kvm/kvm_main.c
@@ -15,9 +15,9 @@
*
*/
-#include "kvm.h"
#include "iodev.h"
+#include <linux/kvm_host.h>
#include <linux/kvm.h>
#include <linux/module.h>
#include <linux/errno.h>