Skip to content

Commit 2e7ec69

Browse files
brglLee Jones
authored andcommitted
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]>
1 parent 1c48b27 commit 2e7ec69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/platform_data/gpio_backlight.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ struct device;
99

1010
struct gpio_backlight_platform_data {
1111
struct device *fbdev;
12-
int gpio;
13-
int def_value;
14-
const char *name;
1512
};
1613

1714
#endif

0 commit comments

Comments
 (0)