Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm: 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-12-joro@8bytes.org

-3
-3
arch/arm/include/asm/device.h
··· 9 9 #ifdef CONFIG_DMABOUNCE 10 10 struct dmabounce_device_info *dmabounce; 11 11 #endif 12 - #ifdef CONFIG_IOMMU_API 13 - void *iommu; /* private IOMMU data */ 14 - #endif 15 12 #ifdef CONFIG_ARM_DMA_USE_IOMMU 16 13 struct dma_iommu_mapping *mapping; 17 14 #endif