Commit 2e7ec69d authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Lee Jones

backlight: gpio: Remove unused fields from platform data

Remove the platform data fields that nobody uses.
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Reviewed-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 1c48b27a
...@@ -9,9 +9,6 @@ struct device; ...@@ -9,9 +9,6 @@ struct device;
struct gpio_backlight_platform_data { struct gpio_backlight_platform_data {
struct device *fbdev; struct device *fbdev;
int gpio;
int def_value;
const char *name;
}; };
#endif #endif
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