diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 12:04:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@inhelltoy.tec.linutronix.de> | 2007-10-17 14:15:58 -0400 |
commit | fb893e99080f1a01397fcf8afc480163826b23d4 (patch) | |
tree | b9f876d9d71621b05991093f0c2413930f4874a9 /arch | |
parent | 59659f14b6e49b13eb4af870801af1511e33fafb (diff) |
i386: Clean up duplicate includes in arch/i386/xen/
This patch cleans up duplicate includes in
arch/i386/xen/
[ tglx: arch/x86 adaptation ]
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/xen/enlighten.c | 1 | ||||
-rw-r--r-- | arch/x86/xen/mmu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 493a083f6886..265f7dd3234b 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/mm.h> | 25 | #include <linux/mm.h> |
26 | #include <linux/page-flags.h> | 26 | #include <linux/page-flags.h> |
27 | #include <linux/highmem.h> | 27 | #include <linux/highmem.h> |
28 | #include <linux/smp.h> | ||
29 | 28 | ||
30 | #include <xen/interface/xen.h> | 29 | #include <xen/interface/xen.h> |
31 | #include <xen/interface/physdev.h> | 30 | #include <xen/interface/physdev.h> |
diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index 874db0cd1d2a..0bb7f0019100 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
@@ -41,7 +41,6 @@ | |||
41 | #include <linux/sched.h> | 41 | #include <linux/sched.h> |
42 | #include <linux/highmem.h> | 42 | #include <linux/highmem.h> |
43 | #include <linux/bug.h> | 43 | #include <linux/bug.h> |
44 | #include <linux/sched.h> | ||
45 | 44 | ||
46 | #include <asm/pgtable.h> | 45 | #include <asm/pgtable.h> |
47 | #include <asm/tlbflush.h> | 46 | #include <asm/tlbflush.h> |