diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-16 14:51:29 -0400 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-10-16 14:51:29 -0400 |
commit | d626a1f1cbbdfac90c529216e40a4fa2a22ecc3d (patch) | |
tree | 389df1a3384f67eb9c8581a2f2cac1b9588d7983 /arch/x86 | |
parent | 4f8178477400cfc49a0657b96e873914d95081f8 (diff) |
Clean up duplicate includes in arch/i386/xen/
This patch cleans up duplicate includes in
arch/i386/xen/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Diffstat (limited to 'arch/x86')
-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 7171a0736071..75fd36971d0b 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 2061bdd3e7d8..c4a391f88980 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> |