iommu/arm-smmu-qcom: Protect acpi_match_platform_list() call with CONFIG_ACPI
authorShawn Guo <shawn.guo@linaro.org>
Wed, 9 Jun 2021 01:55:11 +0000 (09:55 +0800)
committerWill Deacon <will@kernel.org>
Wed, 9 Jun 2021 10:52:20 +0000 (11:52 +0100)
commit22c2d71891558170ed6d1a6bfe08caba254eafc6
treeafb9ad9147477fdc27269ae87803116dc5fc48a3
parent249c9dc6aa0db74a0f7908efd04acf774e19b155
iommu/arm-smmu-qcom: Protect acpi_match_platform_list() call with CONFIG_ACPI

The struct acpi_platform_list and function acpi_match_platform_list()
defined in include/linux/acpi.h are available only when CONFIG_ACPI is
enabled.  Add protection to fix the build issues with !CONFIG_ACPI.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210609015511.3955-1-shawn.guo@linaro.org
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c