drm/msm: make iommu port names const'ier

Signed-off-by: Rob Clark <robdclark@gmail.com>
此提交包含在:
Rob Clark
2016-02-25 11:19:43 +05:30
父節點 4103eef98c
當前提交 d72ab59931
共有 2 個檔案被更改,包括 6 行新增4 行删除

查看文件

@@ -21,8 +21,8 @@
#include <linux/iommu.h>
struct msm_mmu_funcs {
int (*attach)(struct msm_mmu *mmu, const char **names, int cnt);
void (*detach)(struct msm_mmu *mmu, const char **names, int cnt);
int (*attach)(struct msm_mmu *mmu, const char * const *names, int cnt);
void (*detach)(struct msm_mmu *mmu, const char * const *names, int cnt);
int (*map)(struct msm_mmu *mmu, uint32_t iova, struct sg_table *sgt,
unsigned len, int prot);
int (*unmap)(struct msm_mmu *mmu, uint32_t iova, struct sg_table *sgt,