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(-)
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>
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
dri-devel@lists.freedesktop.org