Commit 0f9c561a authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Neil Armstrong
Browse files

drm/panel: ili9341: Remove unused member from struct ili9341

parent 48d39ed4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;