iommu/amd: Remove iommu_init_ga()
authorSuravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Fri, 20 Aug 2021 20:29:57 +0000 (15:29 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:54:08 +0000 (10:54 +0100)
commitc2bd7c31de1a5f3bb5f9a30327c58501d08e2ad0
tree8ccec33cd79176e703c36fc4227950e08e44687b
parent62ea255f2bde86a75314bcb3f6bc3160932e140a
iommu/amd: Remove iommu_init_ga()

[ Upstream commit eb03f2d2f6a4da25d286613717d10add9ce9f175 ]

Since the function has been simplified and only call iommu_init_ga_log(),
remove the function and replace with iommu_init_ga_log() instead.

Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Link: https://lore.kernel.org/r/20210820202957.187572-4-suravee.suthikulpanit@amd.com
Fixes: 8bda0cfbdc1a ("iommu/amd: Detect and initialize guest vAPIC log")
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/iommu/amd/init.c