summary refs log tree commit diff
path: root/arch/ia64/include/asm/device.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-06-25 15:08:33 +0200
committerJoerg Roedel <jroedel@suse.de>2020-06-30 11:59:48 +0200
commit0b660afe310855c6eef35f8082594f32e3b05511 (patch)
tree64ef28b0e4dccc49d9139f11b135d0ab320a3d4e /arch/ia64/include/asm/device.h
parentad962d864c61a73757085847027a532cbe2c1353 (diff)
downloadlinux-0b660afe310855c6eef35f8082594f32e3b05511.tar.gz
ia64: Remove dev->archdata.iommu pointer
There are no users left, all drivers have been converted to use the
per-device private pointer offered by IOMMU core.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com>
Link: https://lore.kernel.org/r/20200625130836.1916-11-joro@8bytes.org
Diffstat (limited to 'arch/ia64/include/asm/device.h')
-rw-r--r--arch/ia64/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/ia64/include/asm/device.h b/arch/ia64/include/asm/device.h
index 3eb397415381..918b198cd5bb 100644
--- a/arch/ia64/include/asm/device.h
+++ b/arch/ia64/include/asm/device.h
@@ -6,9 +6,6 @@
 #define _ASM_IA64_DEVICE_H
 
 struct dev_archdata {
-#ifdef CONFIG_IOMMU_API
-	void *iommu; /* hook for IOMMU specific extension */
-#endif
 };
 
 struct pdev_archdata {