diff mbox

drm/exynos: dp: Remove drm_crtc.h header inclusion in exynos_dp_core.c

Message ID 025f01cf69e9$e5c47e30$b14d7a90$%han@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jingoo Han May 7, 2014, 11:45 a.m. UTC
drm_crtc.h is already included by exynos_dp_core.h.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
---
 drivers/gpu/drm/exynos/exynos_dp_core.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Jingoo Han May 8, 2014, 4:15 a.m. UTC | #1
On Wednesday, May 07, 2014 8:46 PM, Jingoo Han wrote:
> 
> drm_crtc.h is already included by exynos_dp_core.h.

Please ignore this patch.

I think that it looks good to include this header directly,
even though exynos_dp_core.h includes this header.

It is not sure that drm_crtc.h header inclusion will NOT be
removed from exynos_dp_core.h.

If there are other opinions, please let us know.
Thank you.

Best regards,
Jingoo Han

> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>
> ---
>  drivers/gpu/drm/exynos/exynos_dp_core.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c
> index 92cfbb3..3c15e89 100644
> --- a/drivers/gpu/drm/exynos/exynos_dp_core.c
> +++ b/drivers/gpu/drm/exynos/exynos_dp_core.c
> @@ -23,7 +23,6 @@
>  #include <video/of_videomode.h>
> 
>  #include <drm/drmP.h>
> -#include <drm/drm_crtc.h>
>  #include <drm/drm_crtc_helper.h>
>  #include <drm/bridge/ptn3460.h>
> 
> --
> 1.7.10.4
diff mbox

Patch

diff --git a/drivers/gpu/drm/exynos/exynos_dp_core.c b/drivers/gpu/drm/exynos/exynos_dp_core.c
index 92cfbb3..3c15e89 100644
--- a/drivers/gpu/drm/exynos/exynos_dp_core.c
+++ b/drivers/gpu/drm/exynos/exynos_dp_core.c
@@ -23,7 +23,6 @@ 
 #include <video/of_videomode.h>
 
 #include <drm/drmP.h>
-#include <drm/drm_crtc.h>
 #include <drm/drm_crtc_helper.h>
 #include <drm/bridge/ptn3460.h>