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 <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
This commit is contained in:
committed by
Neil Armstrong
parent
48d39ed458
commit
0f9c561a7a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user