From: Joerg Roedel Date: Wed, 25 Sep 2013 14:49:40 +0000 (+0200) Subject: drm/msm: Remove iommu include from mdp4_kms.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c55d1c41df68afaaf717850d735916ce3b355b77;p=linux.git 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 Signed-off-by: Rob Clark --- diff --git a/drivers/gpu/drm/msm/mdp4/mdp4_kms.c b/drivers/gpu/drm/msm/mdp4/mdp4_kms.c index 5db5bbaedae21..bc7fd11ad8be4 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 - static struct mdp4_platform_config *mdp4_get_config(struct platform_device *dev); static int mdp4_hw_init(struct msm_kms *kms)