diff options
| author | Lloyd Atkinson <latkinso@codeaurora.org> | 2016-09-12 14:11:32 -0400 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-27 11:25:23 -0700 |
| commit | a52b397255a0664b5f8c0f1cd799a555d9952d7d (patch) | |
| tree | 3cb456fdd09ba75e1c76363c2ee8632c3a2eda61 | |
| parent | 0aad48e53dae2026a8b8bd09eefaaca17734f0d3 (diff) | |
drm/msm/sde: remove unused header dependency
Remove unused header inclusion from the mdp driver,
previously included due to an incorrectly referenced enum.
Change-Id: Idb5236f179195a79335d5b902e61f3050a6644e4
Signed-off-by: Lloyd Atkinson <latkinso@codeaurora.org>
| -rw-r--r-- | drivers/gpu/drm/msm/sde/sde_kms.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/sde/sde_kms.h b/drivers/gpu/drm/msm/sde/sde_kms.h index 6baf79e7d4ee..d6bfd8593fc2 100644 --- a/drivers/gpu/drm/msm/sde/sde_kms.h +++ b/drivers/gpu/drm/msm/sde/sde_kms.h @@ -16,7 +16,6 @@ #include "msm_drv.h" #include "msm_kms.h" #include "msm_mmu.h" -#include "mdp/mdp_kms.h" #include "sde_hw_catalog.h" #include "sde_hw_ctl.h" #include "sde_hw_lm.h" |
