aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2019-05-26 20:05:31 +0200
committerSam Ravnborg <[email protected]>2019-05-28 17:14:53 +0200
commit90fd6ba63a0e4e7784aaa1a1757d5a9ef8cd7bc6 (patch)
treec334ce40ecd533f3e71a83db384ce7812f88990b
parent4672b1d65fc9b5a5ded911fbebb4853b892d5d89 (diff)
drm/panel: panel-innolux: drop unused variable
The num_supplies variable is not used, delete it. Build tested. Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Cc: Thierry Reding <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/panel/panel-innolux-p079zca.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-innolux-p079zca.c b/drivers/gpu/drm/panel/panel-innolux-p079zca.c
index 8e5724b63f1f..959d57db0150 100644
--- a/drivers/gpu/drm/panel/panel-innolux-p079zca.c
+++ b/drivers/gpu/drm/panel/panel-innolux-p079zca.c
@@ -55,7 +55,6 @@ struct innolux_panel {
struct backlight_device *backlight;
struct regulator_bulk_data *supplies;
- unsigned int num_supplies;
struct gpio_desc *enable_gpio;
bool prepared;