ACPI/IORT: Remove the unused inline functions
authorZenghui Yu <yuzenghui@huawei.com>
Tue, 18 Aug 2020 06:36:25 +0000 (14:36 +0800)
committerWill Deacon <will@kernel.org>
Mon, 7 Sep 2020 13:25:44 +0000 (14:25 +0100)
commitc2bea7a1a1c0c4c5c970696ff556a73f55f998eb
tree344ffa0ca92e1a551d58163ad28ca4293d7e0743
parent1ab64cf81489e871bcb94fb2dea35c7fac561fff
ACPI/IORT: Remove the unused inline functions

Since commit 8212688600ed ("ACPI/IORT: Fix build error when IOMMU_SUPPORT
is disabled"), iort_fwspec_iommu_ops() and iort_add_device_replay() are not
needed anymore when CONFIG_IOMMU_API is not selected. Let's remove them.

Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Hanjun Guo <guohanjun@huawei.com>
Link: https://lore.kernel.org/r/20200818063625.980-3-yuzenghui@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/acpi/arm64/iort.c