diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-10-22 11:36:28 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-11-11 14:34:01 +0300 |
commit | 2e7ec69d645210ea8a94cbb91799f57f62418bca (patch) | |
tree | e61dbd58f8fa8d02e68e0d2bcb738b6c824f9de6 | |
parent | 1c48b27a7868bf2e6bdb911285f6252339ad185b (diff) | |
download | linux-2e7ec69d645210ea8a94cbb91799f57f62418bca.tar.xz |
backlight: gpio: Remove unused fields from platform data
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>
-rw-r--r-- | include/linux/platform_data/gpio_backlight.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/gpio_backlight.h b/include/linux/platform_data/gpio_backlight.h index 34179d600360..1a8b5b1946fe 100644 --- a/include/linux/platform_data/gpio_backlight.h +++ b/include/linux/platform_data/gpio_backlight.h @@ -9,9 +9,6 @@ struct device; struct gpio_backlight_platform_data { struct device *fbdev; - int gpio; - int def_value; - const char *name; }; #endif |