[PATCH v2] drm/bridge: Remove duplicate header

Sabyasachi Gupta sabyasachi.linux at gmail.com
Thu May 16 15:25:56 UTC 2019


Remove duplicate header which is included twice

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux at gmail.com>
---
v2: rebased the code against drm -next and arranged the headers alphabetically

 drivers/gpu/drm/bridge/panel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/bridge/panel.c b/drivers/gpu/drm/bridge/panel.c
index 38eeaf8..000ba7c 100644
--- a/drivers/gpu/drm/bridge/panel.c
+++ b/drivers/gpu/drm/bridge/panel.c
@@ -9,13 +9,12 @@
  */
 
 #include <drm/drmP.h>
-#include <drm/drm_panel.h>
 #include <drm/drm_atomic_helper.h>
 #include <drm/drm_connector.h>
 #include <drm/drm_encoder.h>
 #include <drm/drm_modeset_helper_vtables.h>
-#include <drm/drm_probe_helper.h>
 #include <drm/drm_panel.h>
+#include <drm/drm_probe_helper.h>
 
 struct panel_bridge {
 	struct drm_bridge bridge;
-- 
2.7.4



More information about the dri-devel mailing list