Skip to content

Commit e6fa481

Browse files
lucaceresoliLinus Walleij
authored andcommitted
drm/panel: db7430: remove unused variables
These variables are never referenced in the code. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20230719105829.148011-1-luca.ceresoli@bootlin.com
1 parent c07e1f2 commit e6fa481

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/gpu/drm/panel/panel-samsung-db7430.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ struct db7430 {
5656
struct mipi_dbi dbi;
5757
/** @panel: the DRM panel instance for this device */
5858
struct drm_panel panel;
59-
/** @width: the width of this panel in mm */
60-
u32 width;
61-
/** @height: the height of this panel in mm */
62-
u32 height;
6359
/** @reset: reset GPIO line */
6460
struct gpio_desc *reset;
6561
/** @regulators: VCCIO and VIO supply regulators */

0 commit comments

Comments
 (0)