Skip to content

Commit 6255c8c

Browse files
committed
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 <[email protected]> Reviewed-by: Jerry Snitselaar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5866a75 commit 6255c8c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/powerpc/include/asm/device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ struct dev_archdata {
3434
struct iommu_table *iommu_table_base;
3535
#endif
3636

37-
#ifdef CONFIG_IOMMU_API
38-
void *iommu_domain;
39-
#endif
4037
#ifdef CONFIG_PPC64
4138
struct pci_dn *pci_data;
4239
#endif

0 commit comments

Comments
 (0)