]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/arm: fix ARM_SMMU_QCOM compilation
authorArnd Bergmann <arnd@arndb.de>
Sun, 10 Oct 2021 17:27:03 +0000 (19:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 13 Oct 2021 19:28:44 +0000 (21:28 +0200)
commitc449aa72ff8952601d99dff394afef248fb5904d
tree6dbbd781f72d2375adac99190eb02ca1a31fbebb
parent2b6332500d3d2f7b8e310e29d6c754a65cce30ec
iommu/arm: fix ARM_SMMU_QCOM compilation

My previous bugfix ended up making things worse for the QCOM IOMMU
driver when it forgot to add the Kconfig symbol that is getting used to
control the compilation of the SMMU implementation specific code
for Qualcomm.

Fixes: 45464d0b63de ("qcom_scm: hide Kconfig symbol")
Reported-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reported-by: John Stultz <john.stultz@linaro.org>
Link: https://lore.kernel.org/lkml/20211010023350.978638-1-dmitry.baryshkov@linaro.org/
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/iommu/Kconfig