diff options
author | Bartosz Golaszewski <[email protected]> | 2019-10-22 10:36:28 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2019-11-11 11:34:01 +0000 |
commit | 2e7ec69d645210ea8a94cbb91799f57f62418bca (patch) | |
tree | e61dbd58f8fa8d02e68e0d2bcb738b6c824f9de6 | |
parent | 1c48b27a7868bf2e6bdb911285f6252339ad185b (diff) |
backlight: gpio: Remove unused fields from platform data
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]>
-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 |