diff --git a/drivers/video/msm/mdp4_overlay.c b/drivers/video/msm/mdp4_overlay.c index 79772ffef9a5..942784219c68 100644 --- a/drivers/video/msm/mdp4_overlay.c +++ b/drivers/video/msm/mdp4_overlay.c @@ -3702,13 +3702,6 @@ static struct msm_iommu_ctx msm_iommu_split_ctx_names[] = { }, }; -static int mdp_iommu_fault_handler(struct iommu_domain *domain, - struct device *dev, unsigned long iova, int flags) -{ - pr_err("MDP IOMMU page fault: iova 0x%lx", iova); - return 0; -} - void mdp4_iommu_attach(void) { static int done;