drm/drm_drv.c: Remove duplicate header
Remove drm_crtc_internal.h which is included more than once Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20181224143636.GA3237@hp-pavilion-15-notebook-pc-brajeswar
This commit is contained in:
parent
2674305a1f
commit
183d9dc495
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue