diff options
author | 2025-02-06 18:02:33 +0100 | |
---|---|---|
committer | 2025-02-10 16:48:41 +0100 | |
commit | 66ac08bb7788a130f731614423a133c9c333c64e (patch) | |
tree | 09b4e19c02e57334cf4c8e71297b0821fbe264d8 | |
parent | drm/panel: panel-himax-hx83102: support for starry-2082109qfh040022-50e MIPI-DSI panel (diff) | |
download | wireguard-linux-66ac08bb7788a130f731614423a133c9c333c64e.tar.xz wireguard-linux-66ac08bb7788a130f731614423a133c9c333c64e.zip |
drm/panel: remove unnecessary forward declaration
'struct drm_device' is not used at all in this file since commit
aa6c43644bc5 ("drm/panel: drop drm_device from drm_panel").
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250206-drm-cleanups-v1-1-93df60faa756@bootlin.com
-rw-r--r-- | include/drm/drm_panel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 10015891b056..a9c042c8dea1 100644 --- a/include/drm/drm_panel.h +++ b/include/drm/drm_panel.h @@ -33,7 +33,6 @@ struct backlight_device; struct dentry; struct device_node; struct drm_connector; -struct drm_device; struct drm_panel_follower; struct drm_panel; struct display_timing; |