]> Pileus Git - ~andy/linux/commitdiff
drm/msm: Remove iommu include from mdp4_kms.c
authorJoerg Roedel <joro@8bytes.org>
Wed, 25 Sep 2013 14:49:40 +0000 (16:49 +0200)
committerRob Clark <robdclark@gmail.com>
Sat, 28 Sep 2013 13:17:31 +0000 (09:17 -0400)
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>
drivers/gpu/drm/msm/mdp4/mdp4_kms.c

index 5db5bbaedae21d64b9764fc8d009dfa86b862543..bc7fd11ad8be4e7d4785d0f696d128220f25b7ca 100644 (file)
@@ -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)