From: Bartosz Golaszewski Date: Tue, 22 Oct 2019 08:36:28 +0000 (+0200) Subject: backlight: gpio: Remove unused fields from platform data X-Git-Tag: v5.5-rc1~96^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e7ec69d645210ea8a94cbb91799f57f62418bca;p=thirdparty%2Fkernel%2Flinux.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 34179d6003607..1a8b5b1946fe4 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