mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-04-13 09:59:31 +00:00
drm/panel: remove unnecessary forward declaration
'struct drm_device' is not used at all in this file since commit
aa6c43644b
("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
This commit is contained in:
parent
1b80b2101d
commit
66ac08bb77
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue