aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-06-28 14:15:57 -0400
committerAvi Kivity <avi@qumranet.com>2007-07-16 12:05:49 +0300
commite495606dd09d79f9fa496334ac3958f6ff179d82 (patch)
tree0ee6495edb52286e7f7a67841c461fea36e782da /drivers/kvm/mmu.c
parentKVM: Remove kvmfs in favor of the anonymous inodes source (diff)
downloadlinux-dev-e495606dd09d79f9fa496334ac3958f6ff179d82.tar.xz
linux-dev-e495606dd09d79f9fa496334ac3958f6ff179d82.zip
KVM: Clean up #includes
Remove unnecessary ones, and rearange the remaining in the standard order. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/mmu.c')
-rw-r--r--drivers/kvm/mmu.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/kvm/mmu.c b/drivers/kvm/mmu.c
index 49ffbd3da749..b297a6b111ac 100644
--- a/drivers/kvm/mmu.c
+++ b/drivers/kvm/mmu.c
@@ -16,16 +16,18 @@
* the COPYING file in the top-level directory.
*
*/
+
+#include "vmx.h"
+#include "kvm.h"
+
#include <linux/types.h>
#include <linux/string.h>
-#include <asm/page.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/module.h>
-#include <asm/cmpxchg.h>
-#include "vmx.h"
-#include "kvm.h"
+#include <asm/page.h>
+#include <asm/cmpxchg.h>
#undef MMU_DEBUG