diff mbox

[9/9] KVM: remove duplicated #include

Message ID 1253106579-744-1-git-send-email-weiyi.huang@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Huang Weiyi Sept. 16, 2009, 1:09 p.m. UTC
Remove duplicated #include('s) in
  arch/x86/kvm/lapic.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 arch/x86/kvm/lapic.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

Marcelo Tosatti Sept. 18, 2009, 1:15 a.m. UTC | #1
Applied, thanks.

On Wed, Sep 16, 2009 at 09:09:39PM +0800, Huang Weiyi wrote:
> Remove duplicated #include('s) in
>   arch/x86/kvm/lapic.c
> 
> Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
> ---
>  arch/x86/kvm/lapic.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
> index 1ae5ceb..1fa20c4 100644
> --- a/arch/x86/kvm/lapic.c
> +++ b/arch/x86/kvm/lapic.c
> @@ -32,7 +32,6 @@
>  #include <asm/current.h>
>  #include <asm/apicdef.h>
>  #include <asm/atomic.h>
> -#include <asm/apicdef.h>
>  #include "kvm_cache_regs.h"
>  #include "irq.h"
>  #include "trace.h"

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/x86/kvm/lapic.c b/arch/x86/kvm/lapic.c
index 1ae5ceb..1fa20c4 100644
--- a/arch/x86/kvm/lapic.c
+++ b/arch/x86/kvm/lapic.c
@@ -32,7 +32,6 @@ 
 #include <asm/current.h>
 #include <asm/apicdef.h>
 #include <asm/atomic.h>
-#include <asm/apicdef.h>
 #include "kvm_cache_regs.h"
 #include "irq.h"
 #include "trace.h"