iommu: Constify struct iommu_ops
[deliverable/linux.git] / drivers / iommu / arm-smmu.c
index 1599354e974d200555218509ba87ed4a65647027..67727294e6b5fa3e00debb40c0b2b556bcb97218 100644 (file)
@@ -1609,7 +1609,7 @@ static void arm_smmu_remove_device(struct device *dev)
        iommu_group_remove_device(dev);
 }
 
-static struct iommu_ops arm_smmu_ops = {
+static const struct iommu_ops arm_smmu_ops = {
        .domain_init    = arm_smmu_domain_init,
        .domain_destroy = arm_smmu_domain_destroy,
        .attach_dev     = arm_smmu_attach_dev,
This page took 0.032675 seconds and 5 git commands to generate.