projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d74dbd
)
[PATCH] x86_64: Replace swiotlb extern with include
author
Andi Kleen
<
[email protected]
>
Sat, 5 Nov 2005 16:25:53 +0000
(17:25 +0100)
committer
Linus Torvalds
<
[email protected]
>
Tue, 15 Nov 2005 03:55:15 +0000
(19:55 -0800)
Minor victory on the continuous quest against all stray extern.
Signed-off-by: Andi Kleen <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86_64/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/mm/init.c
b/arch/x86_64/mm/init.c
index 63f192cd7c1cd60c50bbb68678470733237d4171..854a41b8372bc9b345fb061357bd293502e75150 100644
(file)
--- a/
arch/x86_64/mm/init.c
+++ b/
arch/x86_64/mm/init.c
@@
-22,6
+22,7
@@
#include <linux/pagemap.h>
#include <linux/bootmem.h>
#include <linux/proc_fs.h>
+#include <linux/pci.h>
#include <asm/processor.h>
#include <asm/system.h>
@@
-42,10
+43,6
@@
#define Dprintk(x...)
#endif
-#ifdef CONFIG_GART_IOMMU
-extern int swiotlb;
-#endif
-
static unsigned long dma_reserve __initdata;
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);