X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fiommu%2Fomap-iommu.c;h=031b2476bcc40aaff66df4a3a3b605032ea92742;hb=b22f6434cf48af001330e370e9d781aeb668f98c;hp=895af06a667fefc404967b1a83375727fb09d41f;hpb=7ec6131b55184084d091953fad9e5c785c5b500b;p=karo-tx-linux.git diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index 895af06a667f..031b2476bcc4 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c @@ -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,