diff mbox series

[8/8] drm/bridge: ti-sn65dsi86: remove unused drm_panel.h include

Message ID 20250206-drm-cleanups-v1-8-93df60faa756@bootlin.com (mailing list archive)
State Accepted
Headers show
Series drm/bridge: minor cleanups | expand

Commit Message

Luca Ceresoli Feb. 6, 2025, 5:02 p.m. UTC
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 <luca.ceresoli@bootlin.com>
---
 drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Doug Anderson Feb. 6, 2025, 5:26 p.m. UTC | #1
Hi,

On Thu, Feb 6, 2025 at 9:03 AM Luca Ceresoli <luca.ceresoli@bootlin.com> wrote:
>
> 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 <luca.ceresoli@bootlin.com>
> ---
>  drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1 -
>  1 file changed, 1 deletion(-)

I'm not sure I'd really even say it uses any "panel_bridge" APIs, but
that's a bit of a nitpick. In any case:

Reviewed-by: Douglas Anderson <dianders@chromium.org>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/bridge/ti-sn65dsi86.c b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
index e4d9006b59f1b975cf63e26b221e985206caf867..e9cd0fcc837f1960bdfbcad46bd13f7d526d5ca8 100644
--- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c
+++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c
@@ -32,7 +32,6 @@ 
 #include <drm/drm_edid.h>
 #include <drm/drm_mipi_dsi.h>
 #include <drm/drm_of.h>
-#include <drm/drm_panel.h>
 #include <drm/drm_print.h>
 #include <drm/drm_probe_helper.h>