Commit 90fd6ba6 authored by Sam Ravnborg's avatar Sam Ravnborg

drm/panel: panel-innolux: drop unused variable

The num_supplies variable is not used, delete it.
Build tested.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190526180532.1641-2-sam@ravnborg.org
parent 4672b1d6
...@@ -55,7 +55,6 @@ struct innolux_panel { ...@@ -55,7 +55,6 @@ struct innolux_panel {
struct backlight_device *backlight; struct backlight_device *backlight;
struct regulator_bulk_data *supplies; struct regulator_bulk_data *supplies;
unsigned int num_supplies;
struct gpio_desc *enable_gpio; struct gpio_desc *enable_gpio;
bool prepared; bool prepared;
......
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