Skip to content

Commit

Permalink
KVM: x86: use linux/uaccess.h instead of asm/uaccess.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lai Jiangshan authored and Avi Kivity committed Aug 1, 2010
1 parent 3bd8900 commit 7bee342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
#include <linux/srcu.h>
#include <linux/slab.h>
#include <linux/perf_event.h>
#include <linux/uaccess.h>
#include <trace/events/kvm.h>

#define CREATE_TRACE_POINTS
#include "trace.h"

#include <asm/debugreg.h>
#include <asm/uaccess.h>
#include <asm/msr.h>
#include <asm/desc.h>
#include <asm/mtrr.h>
Expand Down

0 comments on commit 7bee342

Please sign in to comment.