Commit 78666baa authored by Sabyasachi Gupta's avatar Sabyasachi Gupta Committed by Andrzej Hajda

drm/bridge: Remove duplicate header

Remove duplicate header which is included twice
Signed-off-by: default avatarSabyasachi Gupta <sabyasachi.linux@gmail.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/5cdd8109.1c69fb81.6e003.b84b@mx.google.com
parent 5b24f715
...@@ -9,13 +9,12 @@ ...@@ -9,13 +9,12 @@
*/ */
#include <drm/drmP.h> #include <drm/drmP.h>
#include <drm/drm_panel.h>
#include <drm/drm_atomic_helper.h> #include <drm/drm_atomic_helper.h>
#include <drm/drm_connector.h> #include <drm/drm_connector.h>
#include <drm/drm_encoder.h> #include <drm/drm_encoder.h>
#include <drm/drm_modeset_helper_vtables.h> #include <drm/drm_modeset_helper_vtables.h>
#include <drm/drm_probe_helper.h>
#include <drm/drm_panel.h> #include <drm/drm_panel.h>
#include <drm/drm_probe_helper.h>
struct panel_bridge { struct panel_bridge {
struct drm_bridge bridge; struct drm_bridge bridge;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment