Merge tag 'drm/panel/for-4.6-rc1' of http://anongit.freedesktop.org/git/tegra/linux...
[cascardo/linux.git] / drivers / gpu / drm / msm / msm_iommu.c
index 7ac2f19..a7a0b6d 100644 (file)
@@ -31,13 +31,15 @@ static int msm_fault_handler(struct iommu_domain *iommu, struct device *dev,
        return 0;
 }
 
-static int msm_iommu_attach(struct msm_mmu *mmu, const char **names, int cnt)
+static int msm_iommu_attach(struct msm_mmu *mmu, const char * const *names,
+                           int cnt)
 {
        struct msm_iommu *iommu = to_msm_iommu(mmu);
        return iommu_attach_device(iommu->domain, mmu->dev);
 }
 
-static void msm_iommu_detach(struct msm_mmu *mmu, const char **names, int cnt)
+static void msm_iommu_detach(struct msm_mmu *mmu, const char * const *names,
+                            int cnt)
 {
        struct msm_iommu *iommu = to_msm_iommu(mmu);
        iommu_detach_device(iommu->domain, mmu->dev);