[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9a8748490710151458o73267df1tcfb35fb5ae71d598@mail.gmail.com>
Date: Mon, 15 Oct 2007 23:58:32 +0200
From: "Jesper Juhl" <jesper.juhl@...il.com>
To: "Jeremy Fitzhardinge" <jeremy@...p.org>
Cc: "Linus Torvalds" <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>, "Andi Kleen" <ak@...e.de>,
"Andrew Morton" <akpm@...ux-foundation.org>,
virtualization@...ts.osdl.org, xen-devel@...ts.xensource.com,
"Chris Wright" <chrisw@...s-sol.org>,
"Keir Fraser" <keir@...source.com>,
"Stable Kernel" <stable@...nel.org>
Subject: Re: [PATCH 04/12] Clean up duplicate includes in arch/i386/xen/
On 15/10/2007, Jeremy Fitzhardinge <jeremy@...p.org> wrote:
> This patch cleans up duplicate includes in
> arch/i386/xen/
>
Just for the record; this patch is
From: Jesper Juhl <jesper.juhl@...il.com>
> Signed-off-by: Jesper Juhl <jesper.juhl@...il.com>
> Signed-off-by: Jeremy Fitzhardinge <jeremy@...source.com>
> ---
> arch/x86/xen/enlighten.c | 1 -
> arch/x86/xen/mmu.c | 2 --
> 2 files changed, 3 deletions(-)
>
> ===================================================================
> --- a/arch/x86/xen/enlighten.c
> +++ b/arch/x86/xen/enlighten.c
> @@ -25,7 +25,6 @@
> #include <linux/mm.h>
> #include <linux/page-flags.h>
> #include <linux/highmem.h>
> -#include <linux/smp.h>
>
> #include <xen/interface/xen.h>
> #include <xen/interface/physdev.h>
> diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c
> index 4ae038a..35691a2 100644
> ===================================================================
> --- a/arch/x86/xen/mmu.c
> +++ b/arch/x86/xen/mmu.c
> @@ -41,7 +41,6 @@
> #include <linux/sched.h>
> #include <linux/highmem.h>
> #include <linux/bug.h>
> -#include <linux/sched.h>
>
> #include <asm/pgtable.h>
> #include <asm/tlbflush.h>
--
Jesper Juhl <jesper.juhl@...il.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists