Loading
iommu/arm-smmu-v3: Fix the compile warning
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAGJ97 --------------------------------------- Fix the following compile warning: WARNING: modpost: vmlinux.o(.text+0x854620): ... The function arm_smmu_device_probe() references the variable __initdata arm_smmu_v3_plat_info. This is often because arm_smmu_device_probe lacks a __initdata annotation or the annotation of arm_smmu_v3_plat_info is wrong. Fixes: 3bced619 ("iommu/arm-smmu-v3: Change the style to identify the the hisi_platform") Signed-off-by:Zhang Zekun <zhangzekun11@huawei.com>