swiotlb: Remove duplicate swiotlb_force extern declarations
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Sat, 14 Nov 2009 11:46:38 +0000 (20:46 +0900)
committerIngo Molnar <mingo@elte.hu>
Sun, 15 Nov 2009 08:03:10 +0000 (09:03 +0100)
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: tony.luck@intel.com
LKML-Reference: <1258199198-16657-4-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/ia64/include/asm/swiotlb.h
arch/x86/include/asm/swiotlb.h
include/linux/swiotlb.h

index dcbaea7ce12868436a39d4f2bd31a406a6d3a704..f0acde68aaea5c3dd685b853f542647393bbbd6b 100644 (file)
@@ -4,8 +4,6 @@
 #include <linux/dma-mapping.h>
 #include <linux/swiotlb.h>
 
-extern int swiotlb_force;
-
 #ifdef CONFIG_SWIOTLB
 extern int swiotlb;
 extern void pci_swiotlb_init(void);
index 940f13a213f864a07a64f3494b17d258b4907394..87ffcb12a1b87c91b3ad9fd6f459b97ad222aa5c 100644 (file)
@@ -3,10 +3,6 @@
 
 #include <linux/swiotlb.h>
 
-/* SWIOTLB interface */
-
-extern int swiotlb_force;
-
 #ifdef CONFIG_SWIOTLB
 extern int swiotlb;
 extern int pci_swiotlb_init(void);
index eb9bdb4d4854d6d12101c9d645a7bbdf691f02aa..febedcf67c7ec38464add407881e0351f6352ca5 100644 (file)
@@ -7,6 +7,8 @@ struct device;
 struct dma_attrs;
 struct scatterlist;
 
+extern int swiotlb_force;
+
 /*
  * Maximum allowable number of contiguous slabs to map,
  * must be a power of 2.  What is the appropriate value ?