Skip to content

Commit ef9e57c

Browse files
linuswrobertfoss
authored andcommitted
drm/bridge: lt8912b: Drop unused includes
The Lontium bridge is including legacy header files for GPIO but not using them. Delete the includes. Cc: Adrien Grassein <[email protected]> Cc: Robert Foss <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Adren Grassein <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 872b68e commit ef9e57c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/bridge/lontium-lt8912b.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
#include <linux/delay.h>
88
#include <linux/gpio/consumer.h>
99
#include <linux/i2c.h>
10-
#include <linux/gpio.h>
11-
#include <linux/of_gpio.h>
1210
#include <linux/regmap.h>
1311

1412
#include <drm/drm_probe_helper.h>

0 commit comments

Comments
 (0)