commit | d24e9960bda4015b5b8604821835cb83837e0cb5 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Sep 12 21:03:05 2023 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 00:23:02 2023 +0000 |
tree | c5fad5e44e483a571ab96a573b7e2da1e20ca014 | |
parent | 32581494d6897ac137b384ded8b789bad6fc8eb0 [diff] |
iommu: fix compilation when CONFIG_PCI disabled The dev_pci_iommu_enable() function is only available when CONFIG_PCI is enabled, replace the runtime check with a preprocessor one to fix compilation with pci disabled. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>