aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrajeswar Ghosh <[email protected]>2018-12-24 20:06:36 +0530
committerDaniel Vetter <[email protected]>2018-12-27 12:46:49 +0100
commit183d9dc49572718d1f2b943d0bdea039a90f766d (patch)
tree75045b9d6833af30ec18c81e64ff5a84f5b435da
parent2674305a1f5a5356e3c4488d90aab2654142ee99 (diff)
drm/drm_drv.c: Remove duplicate header
Remove drm_crtc_internal.h which is included more than once Signed-off-by: Brajeswar Ghosh <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20181224143636.GA3237@hp-pavilion-15-notebook-pc-brajeswar
-rw-r--r--drivers/gpu/drm/drm_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c
index 12e5e2be7890..a5fe91b8c3c9 100644
--- a/drivers/gpu/drm/drm_drv.c
+++ b/drivers/gpu/drm/drm_drv.c
@@ -41,7 +41,6 @@
#include "drm_crtc_internal.h"
#include "drm_legacy.h"
#include "drm_internal.h"
-#include "drm_crtc_internal.h"
/*
* drm_debug: Enable debug output.