From: Andy Shevchenko Date: Mon, 19 May 2025 13:33:45 +0000 (+0300) Subject: drm/panel: ili9341: Remove unused member from struct ili9341 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9c561a7a63ec0a7d69c227b090ee6defa45d35;p=thirdparty%2Flinux.git drm/panel: ili9341: Remove unused member from struct ili9341 struct device *dev from struct ili9341 is not used anywhere, remove it. Signed-off-by: Andy Shevchenko Reviewed-by: Neil Armstrong Signed-off-by: Neil Armstrong Link: https://lore.kernel.org/r/20250519133345.257138-1-andriy.shevchenko@linux.intel.com --- diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c index bcd561e064654..f7425dfaa50de 100644 --- a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c +++ b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c @@ -173,7 +173,6 @@ struct ili9341_config { }; struct ili9341 { - struct device *dev; const struct ili9341_config *conf; struct drm_panel panel; struct gpio_desc *reset_gpio;