Skip to content

Commit 8a05548

Browse files
brglLee Jones
authored andcommitted
backlight: gpio: Remove unneeded include
We no longer use any symbols from of_gpio.h. Remove this include. Signed-off-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Daniel Thompson <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Lee Jones <[email protected]>
1 parent 0b0cb52 commit 8a05548

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/backlight/gpio_backlight.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/kernel.h>
1313
#include <linux/module.h>
1414
#include <linux/of.h>
15-
#include <linux/of_gpio.h>
1615
#include <linux/platform_data/gpio_backlight.h>
1716
#include <linux/platform_device.h>
1817
#include <linux/property.h>

0 commit comments

Comments
 (0)