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

Luca Ceresoli posted 8 patches 10 months, 1 week ago
[PATCH 8/8] drm/bridge: ti-sn65dsi86: remove unused drm_panel.h include
Posted by Luca Ceresoli 10 months, 1 week ago
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(-)

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>
 

-- 
2.34.1
Re: [PATCH 8/8] drm/bridge: ti-sn65dsi86: remove unused drm_panel.h include
Posted by Doug Anderson 10 months, 1 week ago
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>