From: Joerg Roedel Date: Thu, 25 Jun 2020 13:08:36 +0000 (+0200) Subject: powerpc/dma: Remove dev->archdata.iommu_domain X-Git-Tag: v5.9-rc1~60^2~1^11~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6255c8c8d256b38b550b35c6362750f64ce46b8d;p=thirdparty%2Flinux.git 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 Reviewed-by: Jerry Snitselaar Link: https://lore.kernel.org/r/20200625130836.1916-14-joro@8bytes.org --- diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h index 266542769e4bd..1bc5952133382 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