]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/panel: ili9341: Remove unused member from struct ili9341
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 19 May 2025 13:33:45 +0000 (16:33 +0300)
committerNeil Armstrong <neil.armstrong@linaro.org>
Thu, 5 Jun 2025 06:53:37 +0000 (08:53 +0200)
struct device *dev from struct ili9341 is not used anywhere, remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250519133345.257138-1-andriy.shevchenko@linux.intel.com
drivers/gpu/drm/panel/panel-ilitek-ili9341.c

index bcd561e06465444440e0a5d143219c06e2121218..f7425dfaa50de7bd260bc015a1ee56e51e2177c2 100644 (file)
@@ -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;