Skip to content

Commit cb60e2f

Browse files
linuswpavelmachek
authored andcommitted
leds: lt3593: Drop surplus include
This driver is already including and using the proper <linux/gpio/consumer.h> header, there is no need to include the legacy <linux/gpio.h> header. Cc: Daniel Mack <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Signed-off-by: Pavel Machek <[email protected]>
1 parent da542ca commit cb60e2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/leds/leds-lt3593.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <linux/platform_device.h>
66
#include <linux/leds.h>
77
#include <linux/delay.h>
8-
#include <linux/gpio.h>
98
#include <linux/gpio/consumer.h>
109
#include <linux/slab.h>
1110
#include <linux/module.h>

0 commit comments

Comments
 (0)