]> Git Repo - linux.git/commitdiff
backlight: gpio: Remove unused fields from platform data
authorBartosz Golaszewski <[email protected]>
Tue, 22 Oct 2019 08:36:28 +0000 (10:36 +0200)
committerLee Jones <[email protected]>
Mon, 11 Nov 2019 11:34:01 +0000 (11:34 +0000)
Remove the platform data fields that nobody uses.

Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Daniel Thompson <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
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
This page took 0.044253 seconds and 4 git commands to generate.