backlight: gpio: Remove unused fields from platform data
Remove the platform data fields that nobody uses. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Родитель
1c48b27a78
Коммит
2e7ec69d64
|
@ -9,9 +9,6 @@ struct device;
|
||||||
|
|
||||||
struct gpio_backlight_platform_data {
|
struct gpio_backlight_platform_data {
|
||||||
struct device *fbdev;
|
struct device *fbdev;
|
||||||
int gpio;
|
|
||||||
int def_value;
|
|
||||||
const char *name;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче