!303 iommu: bugfix for missing symbols when build arm_smmu_v3.ko
Merge Pull Request from: @zhangjian210 In Ascend feature, we have used function acpi_dev_prop_read_single in arm-smmu-v3.ko, and this function only can be used in kernel, can't be used in module. This patch is a bugfix for when we make CONFIG_ARM_AMMU_V3 be MODULE, and build arm-smmu-v3.ko, it will miss symbols for acpi_dev_prop_read_single. So we use a other interface that can be used in module to replace the function acpi_dev_prop_read_single. Link:https://gitee.com/openeuler/kernel/pulls/303 Reviewed-by:Xie XiuQi <xiexiuqi@huawei.com> Signed-off-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment