]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/iommu/omap-iommu.c
iommu: Constify struct iommu_ops
[karo-tx-linux.git] / drivers / iommu / omap-iommu.c
index 895af06a667fefc404967b1a83375727fb09d41f..031b2476bcc40aaff66df4a3a3b605032ea92742 100644 (file)
@@ -1291,7 +1291,7 @@ static void omap_iommu_remove_device(struct device *dev)
        kfree(arch_data);
 }
 
-static struct iommu_ops omap_iommu_ops = {
+static const struct iommu_ops omap_iommu_ops = {
        .domain_init    = omap_iommu_domain_init,
        .domain_destroy = omap_iommu_domain_destroy,
        .attach_dev     = omap_iommu_attach_dev,