From: Bartosz Golaszewski Date: Tue, 22 Oct 2019 08:36:28 +0000 (+0200) Subject: backlight: gpio: Remove unused fields from platform data X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2e7ec69d645210ea8a94cbb91799f57f62418bca;p=openwrt%2Fstaging%2Fblogic.git backlight: gpio: Remove unused fields from platform data Remove the platform data fields that nobody uses. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andy Shevchenko Reviewed-by: Linus Walleij Reviewed-by: Daniel Thompson Signed-off-by: Lee Jones --- 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