diff options
-rw-r--r-- | arch/x86_64/mm/init.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86_64/mm/init.c b/arch/x86_64/mm/init.c index 63f192cd7c1c..854a41b8372b 100644 --- a/arch/x86_64/mm/init.c +++ b/arch/x86_64/mm/init.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/pagemap.h> | 22 | #include <linux/pagemap.h> |
23 | #include <linux/bootmem.h> | 23 | #include <linux/bootmem.h> |
24 | #include <linux/proc_fs.h> | 24 | #include <linux/proc_fs.h> |
25 | #include <linux/pci.h> | ||
25 | 26 | ||
26 | #include <asm/processor.h> | 27 | #include <asm/processor.h> |
27 | #include <asm/system.h> | 28 | #include <asm/system.h> |
@@ -42,10 +43,6 @@ | |||
42 | #define Dprintk(x...) | 43 | #define Dprintk(x...) |
43 | #endif | 44 | #endif |
44 | 45 | ||
45 | #ifdef CONFIG_GART_IOMMU | ||
46 | extern int swiotlb; | ||
47 | #endif | ||
48 | |||
49 | static unsigned long dma_reserve __initdata; | 46 | static unsigned long dma_reserve __initdata; |
50 | 47 | ||
51 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); | 48 | DEFINE_PER_CPU(struct mmu_gather, mmu_gathers); |