[PATCH 4/9] ia64: remove the unused bad_dma_address symbol

From: Christoph Hellwig
Date: Thu Sep 20 2018 - 03:27:25 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
arch/ia64/kernel/pci-dma.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c
index 3c2884bef3d4..924966e5aa25 100644
--- a/arch/ia64/kernel/pci-dma.c
+++ b/arch/ia64/kernel/pci-dma.c
@@ -15,9 +15,6 @@
#include <linux/kernel.h>
#include <asm/page.h>

-dma_addr_t bad_dma_address __read_mostly;
-EXPORT_SYMBOL(bad_dma_address);
-
int no_iommu __read_mostly;
#ifdef CONFIG_IOMMU_DEBUG
int force_iommu __read_mostly = 1;
--
2.18.0