[PATCH v1 1/1] drm/panel: ili9341: Remove unused member from struct ili9341
Neil Armstrong
neil.armstrong at linaro.org
Tue May 20 07:19:54 UTC 2025
On 19/05/2025 15:33, Andy Shevchenko wrote:
> struct device *dev from struct ili9341 is not used anywhere, remove it.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
> drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c
> index ff39f5dd4097..2b5bd83933e3 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;
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the dri-devel
mailing list