From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lai Jiangshan Subject: [PATCH] kvm: cleanup, use linux/uaccess.h instead of asm/uaccess.h Date: Wed, 02 Jun 2010 17:06:03 +0800 Message-ID: <4C061EFB.4070409@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit To: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:59109 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752388Ab0FBJF4 (ORCPT ); Wed, 2 Jun 2010 05:05:56 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Should use linux/uaccess.h instead of asm/uaccess.h Signed-off-by: Lai Jiangshan --- diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 6b2ce1d..ea03def 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -41,13 +41,13 @@ #include #include #include +#include #include #define CREATE_TRACE_POINTS #include "trace.h" #include -#include #include #include #include