]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
backlight: gpio: Remove unused fields from platform data
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 22 Oct 2019 08:36:28 +0000 (10:36 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Nov 2019 11:34:01 +0000 (11:34 +0000)
Remove the platform data fields that nobody uses.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/platform_data/gpio_backlight.h

index 34179d60036077d64780349e8b6fbb9f3e7e4a4d..1a8b5b1946fe4da626309afcee63ea6e1af45f44 100644 (file)
@@ -9,9 +9,6 @@ struct device;
 
 struct gpio_backlight_platform_data {
        struct device *fbdev;
-       int gpio;
-       int def_value;
-       const char *name;
 };
 
 #endif