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

2025-02-06 Thread Doug Anderson
Hi, On Thu, Feb 6, 2025 at 9:02 AM Luca Ceresoli 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 > --- > include/drm/drm_panel.h | 1 - > 1 file changed, 1 deletion(-) Rev

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

2025-02-06 Thread Luca Ceresoli
'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 --- include/drm/drm_panel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 100158