Skip to content

Commit

Permalink
drm/msm: Remove iommu include from mdp4_kms.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joerg Roedel authored and Rob Clark committed Sep 28, 2013
1 parent e4826a9 commit c55d1c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/msm/mdp4/mdp4_kms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c55d1c4

Please sign in to comment.