ACPI/IORT: Drop the unused @ops of iort_add_device_replay()
authorZenghui Yu <yuzenghui@huawei.com>
Tue, 18 Aug 2020 06:36:24 +0000 (14:36 +0800)
committerWill Deacon <will@kernel.org>
Mon, 7 Sep 2020 13:25:44 +0000 (14:25 +0100)
commit1ab64cf81489e871bcb94fb2dea35c7fac561fff
treebe35031c69e312a26d7325de0d388ba473f32ab1
parentf75aef392f869018f78cfedf3c320a6b3fcfda6b
ACPI/IORT: Drop the unused @ops of iort_add_device_replay()

Since commit d2e1a003af56 ("ACPI/IORT: Don't call iommu_ops->add_device
directly"), we use the IOMMU core API to replace a direct invoke of the
specified callback. The parameter @ops has therefore became unused. Let's
drop it.

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-2-yuzenghui@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/acpi/arm64/iort.c