summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Roedel2013-09-25 16:49:40 +0200
committerRob Clark2013-09-28 15:17:31 +0200
commitc55d1c41df68afaaf717850d735916ce3b355b77 (patch)
treeed85a5d010e213acf7548302d993c2652f0b95e3
parentdrm/msm: Odd PTR_ERR usage (diff)
downloadkernel-qcow2-linux-c55d1c41df68afaaf717850d735916ce3b355b77.tar.gz
kernel-qcow2-linux-c55d1c41df68afaaf717850d735916ce3b355b77.tar.xz
kernel-qcow2-linux-c55d1c41df68afaaf717850d735916ce3b355b77.zip
drm/msm: Remove iommu include from mdp4_kms.c
The include file has been removed and the file does not need it anyway, so remove it. Fixes a compile error. Signed-off-by: Joerg Roedel <joro@8bytes.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r--drivers/gpu/drm/msm/mdp4/mdp4_kms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/mdp4/mdp4_kms.c b/drivers/gpu/drm/msm/mdp4/mdp4_kms.c
index 5db5bbaedae2..bc7fd11ad8be 100644
--- a/drivers/gpu/drm/msm/mdp4/mdp4_kms.c
+++ b/drivers/gpu/drm/msm/mdp4/mdp4_kms.c
@@ -19,8 +19,6 @@
#include "msm_drv.h"
#include "mdp4_kms.h"
-#include <mach/iommu.h>
-
static struct mdp4_platform_config *mdp4_get_config(struct platform_device *dev);
static int mdp4_hw_init(struct msm_kms *kms)