Skip to content

Commit 2ac2ff9

Browse files
lucaceresolirobertfoss
authored andcommitted
drm/bridge: tc358775: remove unused drm_panel.h include
The file uses the panel_bridge APIs from drm_bridge.h, but no drm_panel APIs from drm_panel.h. Signed-off-by: Luca Ceresoli <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 38e0927 commit 2ac2ff9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/bridge/tc358775.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <drm/drm_bridge.h>
2727
#include <drm/drm_mipi_dsi.h>
2828
#include <drm/drm_of.h>
29-
#include <drm/drm_panel.h>
3029
#include <drm/drm_probe_helper.h>
3130

3231
#define FLD_VAL(val, start, end) FIELD_PREP(GENMASK(start, end), val)

0 commit comments

Comments
 (0)