diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2010-06-02 05:06:03 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 03:39:25 -0400 |
commit | 7bee342a9e994cce7122cb187b4f3ded9d871165 (patch) | |
tree | 16e5b5a01706304258dfdc23afcddde0dcdbc2d6 /arch/x86/kvm | |
parent | 3bd89007ab4243b36bc30f5fc4aa8b4f75ff8fc2 (diff) |
KVM: x86: use linux/uaccess.h instead of asm/uaccess.h
Should use linux/uaccess.h instead of asm/uaccess.h
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e6e0d7781af7..b08c0052e332 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -42,13 +42,13 @@ | |||
42 | #include <linux/srcu.h> | 42 | #include <linux/srcu.h> |
43 | #include <linux/slab.h> | 43 | #include <linux/slab.h> |
44 | #include <linux/perf_event.h> | 44 | #include <linux/perf_event.h> |
45 | #include <linux/uaccess.h> | ||
45 | #include <trace/events/kvm.h> | 46 | #include <trace/events/kvm.h> |
46 | 47 | ||
47 | #define CREATE_TRACE_POINTS | 48 | #define CREATE_TRACE_POINTS |
48 | #include "trace.h" | 49 | #include "trace.h" |
49 | 50 | ||
50 | #include <asm/debugreg.h> | 51 | #include <asm/debugreg.h> |
51 | #include <asm/uaccess.h> | ||
52 | #include <asm/msr.h> | 52 | #include <asm/msr.h> |
53 | #include <asm/desc.h> | 53 | #include <asm/desc.h> |
54 | #include <asm/mtrr.h> | 54 | #include <asm/mtrr.h> |