Skip to content

Commit e6fa481

Browse files
lucaceresolilinusw
authored andcommitted
drm/panel: db7430: remove unused variables
These variables are never referenced in the code. Signed-off-by: Luca Ceresoli <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent c07e1f2 commit e6fa481

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)