iommu/arm: Remove arch_iommu_populate_page_table() completely
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Mon, 30 Sep 2019 10:34:31 +0000 (13:34 +0300)
committerJulien Grall <julien.grall@arm.com>
Wed, 9 Oct 2019 15:34:14 +0000 (16:34 +0100)
commit4fc32c22c0588a4972aa9cf82101cc6f7df71016
treebc27046bf5d04038459ee567979b710cf9a2da17
parent98d1dac88f82c2b79d528faabe5e3fda8133e8bb
iommu/arm: Remove arch_iommu_populate_page_table() completely

The Arm realization should have been removed in the following commit
as redundant:
f89f555 remove late (on-demand) construction of IOMMU page tables

So, remove unused function completely.

Fixes: f89f555 ('remove late (on-demand) construction of IOMMU page tables')
Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Reviewed-by: Paul Durrant <paul@xen.org>
Release-acked-by: Juergen Gross <jgross@suse.com>
xen/drivers/passthrough/arm/iommu.c