Skip to content

Commit

Permalink
backlight: gpio: Remove unused fields from platform data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bartosz Golaszewski authored and Lee Jones committed Nov 11, 2019
1 parent 1c48b27 commit 2e7ec69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/platform_data/gpio_backlight.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ struct device;

struct gpio_backlight_platform_data {
struct device *fbdev;
int gpio;
int def_value;
const char *name;
};

#endif

0 comments on commit 2e7ec69

Please sign in to comment.