summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2019-08-19 16:22:52 +0300
committerJoerg Roedel <jroedel@suse.de>2019-08-23 11:11:27 +0300
commit74bc0f6b22fd1a3c839f61d8475335a98af53c7a (patch)
treeda7360ffcfa07c1d4ce4bec1596651c3f2c64f22 /arch/ia64/kernel
parentc53c47aac4ff9509e7e1a32666baefbd9793c5a0 (diff)
downloadlinux-74bc0f6b22fd1a3c839f61d8475335a98af53c7a.tar.xz
ia64: Get rid of iommu_pass_through
This variable has no users anymore so it can be removed. Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'arch/ia64/kernel')
-rw-r--r--arch/ia64/kernel/pci-dma.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ia64/kernel/pci-dma.c b/arch/ia64/kernel/pci-dma.c
index fe988c49f01c..f5d49cd3fbb0 100644
--- a/arch/ia64/kernel/pci-dma.c
+++ b/arch/ia64/kernel/pci-dma.c
@@ -22,8 +22,6 @@ int force_iommu __read_mostly = 1;
int force_iommu __read_mostly;
#endif
-int iommu_pass_through;
-
static int __init pci_iommu_init(void)
{
if (iommu_detected)