From 2c907d852c57551ca5481409da33b67fd3800af3 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Fri, 29 Aug 2025 15:53:14 +0800 Subject: [PATCH] drm/panel: lvds: Remove unused members from main structure Since commit 03fa454bb666 ("drm/panel: lvds: Simplify mode parsing"), the width and height members of struct panel_lvds are no longer used. Remove them. No functional change. Signed-off-by: Liu Ying Reviewed-by: Neil Armstrong Reviewed-by: Raphael Gallais-Pou Link: https://lore.kernel.org/r/20250829-panel-lvds-remove-width-height-v1-1-acecf0c84dc4@nxp.com --- drivers/gpu/drm/panel/panel-lvds.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-lvds.c index 23fd535d8f479..46b07f38559f3 100644 --- a/drivers/gpu/drm/panel/panel-lvds.c +++ b/drivers/gpu/drm/panel/panel-lvds.c @@ -28,8 +28,6 @@ struct panel_lvds { struct device *dev; const char *label; - unsigned int width; - unsigned int height; struct drm_display_mode dmode; u32 bus_flags; unsigned int bus_format; -- 2.47.3