Commits
Suman Anna committed 46100f90509
iommu/omap: Make omap_iommu_arch_data structure private The omap_iommu_arch_data is used to bind a IOMMU user device to an OMAP IOMMU device, and was exported to support non-DT usecases. The OMAP IOMMU driver does not support non-DT usage anymore, so make this structure private. While at this, also remove an unneeded MMU_REG_SIZE macro from the OMAP IOMMU platform data header file. Signed-off-by: Suman Anna <s-anna@ti.com>