Skip to content

Commit fb0fd5f

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/include/asm/device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ struct dev_archdata {
99
#ifdef CONFIG_DMABOUNCE
1010
struct dmabounce_device_info *dmabounce;
1111
#endif
12-
#ifdef CONFIG_IOMMU_API
13-
void *iommu; /* private IOMMU data */
14-
#endif
1512
#ifdef CONFIG_ARM_DMA_USE_IOMMU
1613
struct dma_iommu_mapping *mapping;
1714
#endif

0 commit comments

Comments
 (0)