diff mbox series

[1/8] drm/panel: remove unnecessary forward declaration

Message ID 20250206-drm-cleanups-v1-1-93df60faa756@bootlin.com (mailing list archive)
State Accepted
Headers show
Series drm/bridge: minor cleanups | expand

Commit Message

Luca Ceresoli Feb. 6, 2025, 5:02 p.m. UTC
'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>
---
 include/drm/drm_panel.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Doug Anderson Feb. 6, 2025, 5:27 p.m. UTC | #1
Hi,

On Thu, Feb 6, 2025 at 9:02 AM Luca Ceresoli <luca.ceresoli@bootlin.com> wrote:
>
> '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>
> ---
>  include/drm/drm_panel.h | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>
diff mbox series

Patch

diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
index 10015891b056f816c7a992a2052b36fd26943c5b..a9c042c8dea1a82ef979c7a68204e0b55483fc28 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;