Commit e6fa4816 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Linus Walleij

drm/panel: db7430: remove unused variables

These variables are never referenced in the code.
Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230719105829.148011-1-luca.ceresoli@bootlin.com
parent c07e1f20
...@@ -56,10 +56,6 @@ struct db7430 { ...@@ -56,10 +56,6 @@ struct db7430 {
struct mipi_dbi dbi; struct mipi_dbi dbi;
/** @panel: the DRM panel instance for this device */ /** @panel: the DRM panel instance for this device */
struct drm_panel panel; struct drm_panel panel;
/** @width: the width of this panel in mm */
u32 width;
/** @height: the height of this panel in mm */
u32 height;
/** @reset: reset GPIO line */ /** @reset: reset GPIO line */
struct gpio_desc *reset; struct gpio_desc *reset;
/** @regulators: VCCIO and VIO supply regulators */ /** @regulators: VCCIO and VIO supply regulators */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment