[PATCH] drm/bridge: Remove duplicate header

Sabyasachi Gupta sabyasachi.linux at gmail.com
Tue May 14 07:31:41 UTC 2019


Remove drm/drm_panel.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
---
 drivers/gpu/drm/bridge/panel.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/panel.c b/drivers/gpu/drm/bridge/panel.c
index 7cbaba2..402b318 100644
--- a/drivers/gpu/drm/bridge/panel.c
+++ b/drivers/gpu/drm/bridge/panel.c
@@ -15,7 +15,6 @@
 #include <drm/drm_crtc_helper.h>
 #include <drm/drm_encoder.h>
 #include <drm/drm_modeset_helper_vtables.h>
-#include <drm/drm_panel.h>
 
 struct panel_bridge {
 	struct drm_bridge bridge;
-- 
2.7.4



More information about the dri-devel mailing list