[PATCH v4 5/7] backlight: gpio: remove unused fields from platform data
Bartosz Golaszewski
brgl at bgdev.pl
Tue Oct 1 12:58:35 UTC 2019
From: Bartosz Golaszewski <bgolaszewski at baylibre.com>
Remove the platform data fields that nobody uses.
Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson at linaro.org>
---
include/linux/platform_data/gpio_backlight.h | 3 ---
1 file changed, 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
--
2.23.0
More information about the dri-devel
mailing list