From: Luca Ceresoli Date: Thu, 6 Feb 2025 17:02:33 +0000 (+0100) Subject: drm/panel: remove unnecessary forward declaration X-Git-Tag: v6.15-rc1~120^2~20^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ac08bb7788a130f731614423a133c9c333c64e;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Douglas Anderson Reviewed-by: Dmitry Baryshkov Signed-off-by: Robert Foss Link: https://patchwork.freedesktop.org/patch/msgid/20250206-drm-cleanups-v1-1-93df60faa756@bootlin.com --- diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 10015891b056f..a9c042c8dea1a 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;