aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/device.h
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2020-06-25 15:08:36 +0200
committerJoerg Roedel <jroedel@suse.de>2020-06-30 11:59:49 +0200
commit6255c8c8d256b38b550b35c6362750f64ce46b8d (patch)
tree8edacd87cd4ca78d7e5e57ca7baefba5b194c230 /arch/powerpc/include/asm/device.h
parentarm64: Remove dev->archdata.iommu pointer (diff)
downloadlinux-dev-6255c8c8d256b38b550b35c6362750f64ce46b8d.tar.xz
linux-dev-6255c8c8d256b38b550b35c6362750f64ce46b8d.zip
powerpc/dma: Remove dev->archdata.iommu_domain
There are no users left, so remove the pointer and save some memory. Signed-off-by: Joerg Roedel <jroedel@suse.de> Reviewed-by: Jerry Snitselaar <jsnitsel@redhat.com> Link: https://lore.kernel.org/r/20200625130836.1916-14-joro@8bytes.org
Diffstat (limited to 'arch/powerpc/include/asm/device.h')
-rw-r--r--arch/powerpc/include/asm/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h
index 266542769e4b..1bc595213338 100644
--- a/arch/powerpc/include/asm/device.h
+++ b/arch/powerpc/include/asm/device.h
@@ -34,9 +34,6 @@ struct dev_archdata {
struct iommu_table *iommu_table_base;
#endif
-#ifdef CONFIG_IOMMU_API
- void *iommu_domain;
-#endif
#ifdef CONFIG_PPC64
struct pci_dn *pci_data;
#endif