drm/bridge: Remove duplicate header
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>
Thu, 16 May 2019 15:25:56 +0000 (20:55 +0530)
committerAndrzej Hajda <a.hajda@samsung.com>
Mon, 20 May 2019 07:51:08 +0000 (09:51 +0200)
Remove duplicate header which is included twice

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/5cdd8109.1c69fb81.6e003.b84b@mx.google.com
drivers/gpu/drm/bridge/panel.c

index 38eeaf8ba95961bebf01400a0841c31af09a717d..000ba7ce1ba81d02638fd01f4ceb6dca08017236 100644 (file)
@@ -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;