From 0e9cb79ce49bb42230be1cb27c56326c3cd7ca90 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Thu, 6 Feb 2025 18:02:40 +0100 Subject: [PATCH] drm/bridge: ti-sn65dsi86: 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 Reviewed-by: Douglas Anderson Reviewed-by: Dmitry Baryshkov Signed-off-by: Robert Foss Link: https://patchwork.freedesktop.org/patch/msgid/20250206-drm-cleanups-v1-8-93df60faa756@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 b3d617505dda..205bd0fde4f8 100644 --- a/drivers/gpu/drm/bridge/ti-sn65dsi86.c +++ b/drivers/gpu/drm/bridge/ti-sn65dsi86.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include -- 2.50.1