diff options
author | Luca Ceresoli <luca.ceresoli@bootlin.com> | 2023-07-19 13:58:29 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-07-24 20:55:53 +0300 |
commit | e6fa4816437902b195578fb64bc94600f0728f21 (patch) | |
tree | c12c1fbe5a521423f8faadf7ed93a9a12bd5b23f /drivers/gpu/drm/panel/panel-samsung-db7430.c | |
parent | c07e1f20dcbe010ceefb7ccdeac0198222366168 (diff) | |
download | linux-e6fa4816437902b195578fb64bc94600f0728f21.tar.xz |
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
Diffstat (limited to 'drivers/gpu/drm/panel/panel-samsung-db7430.c')
-rw-r--r-- | drivers/gpu/drm/panel/panel-samsung-db7430.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/panel/panel-samsung-db7430.c b/drivers/gpu/drm/panel/panel-samsung-db7430.c index 117b26845083..14c6700e37b3 100644 --- a/drivers/gpu/drm/panel/panel-samsung-db7430.c +++ b/drivers/gpu/drm/panel/panel-samsung-db7430.c @@ -56,10 +56,6 @@ struct db7430 { struct mipi_dbi dbi; /** @panel: the DRM panel instance for this device */ 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 */ struct gpio_desc *reset; /** @regulators: VCCIO and VIO supply regulators */ |