projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b80b21
)
drm/panel: remove unnecessary forward declaration
author
Luca Ceresoli
<luca.ceresoli@bootlin.com>
Thu, 6 Feb 2025 17:02:33 +0000
(18:02 +0100)
committer
Robert Foss
<rfoss@kernel.org>
Mon, 10 Feb 2025 15:48:41 +0000
(16:48 +0100)
'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
include/drm/drm_panel.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_panel.h
b/include/drm/drm_panel.h
index
1001589
..
a9c042c
100644
(file)
--- 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;