diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-09-09 11:49:47 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-10 07:57:01 -0400 |
commit | 8a493d37f049b631e19584d1cb84cec88cbcf8fc (patch) | |
tree | b6751a840d349a01001a00310a32eb34057f343a /include | |
parent | 2797982ed93c10d5585ee1842ab298cb11326ff5 (diff) |
x86: remove duplicated extern force_iommu
Both iommu.h and dma-mapping.h have extern force_iommu. The latter
doesn't need to do.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/dma-mapping.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/dma-mapping.h b/include/asm-x86/dma-mapping.h index 56075320b813..f43420b8c573 100644 --- a/include/asm-x86/dma-mapping.h +++ b/include/asm-x86/dma-mapping.h | |||
@@ -15,7 +15,6 @@ extern dma_addr_t bad_dma_address; | |||
15 | extern int iommu_merge; | 15 | extern int iommu_merge; |
16 | extern struct device x86_dma_fallback_dev; | 16 | extern struct device x86_dma_fallback_dev; |
17 | extern int panic_on_overflow; | 17 | extern int panic_on_overflow; |
18 | extern int force_iommu; | ||
19 | 18 | ||
20 | struct dma_mapping_ops { | 19 | struct dma_mapping_ops { |
21 | int (*mapping_error)(struct device *dev, | 20 | int (*mapping_error)(struct device *dev, |