diff options
Diffstat (limited to 'arch/x86/kernel/pci-dma.c')
-rw-r--r-- | arch/x86/kernel/pci-dma.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/pci-dma.c b/arch/x86/kernel/pci-dma.c index bf621b9ee26e..afcc58b69c7c 100644 --- a/arch/x86/kernel/pci-dma.c +++ b/arch/x86/kernel/pci-dma.c | |||
@@ -43,9 +43,6 @@ int iommu_detected __read_mostly = 0; | |||
43 | */ | 43 | */ |
44 | int iommu_pass_through __read_mostly; | 44 | int iommu_pass_through __read_mostly; |
45 | 45 | ||
46 | dma_addr_t bad_dma_address __read_mostly = 0; | ||
47 | EXPORT_SYMBOL(bad_dma_address); | ||
48 | |||
49 | /* Dummy device used for NULL arguments (normally ISA). */ | 46 | /* Dummy device used for NULL arguments (normally ISA). */ |
50 | struct device x86_dma_fallback_dev = { | 47 | struct device x86_dma_fallback_dev = { |
51 | .init_name = "fallback device", | 48 | .init_name = "fallback device", |